summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-02-12 21:48:52 +0000
committerAlan Conway <aconway@apache.org>2008-02-12 21:48:52 +0000
commit4aa720a20b4358302e806e58852e2469d90fc605 (patch)
tree23f26d75358db2399ef14950868cd1de70c606b3 /cpp
parent3e01d2866338273d28d26dd6caf2cf94aa0f9e3c (diff)
downloadqpid-python-4aa720a20b4358302e806e58852e2469d90fc605.tar.gz
Add -g to build flags to get debug info.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627133 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/qpidc.spec.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in
index 383d5a2ca4..3892b1ab40 100644
--- a/cpp/qpidc.spec.in
+++ b/cpp/qpidc.spec.in
@@ -5,7 +5,7 @@
Name: @PACKAGE@
Version: @VERSION@
-Release: 21%{?dist}
+Release: 22%{?dist}
Summary: Libraries for Qpid C++ client applications
Group: System Environment/Libraries
License: Apache Software License
@@ -73,7 +73,7 @@ Qpid broker daemon.
%setup -q
%build
-%configure --disable-static --without-cpg CXXFLAGS="-O3 -DNDEBUG"
+%configure --disable-static --without-cpg CXXFLAGS="-g -O3 -DNDEBUG"
make %{?_smp_mflags}
# Remove this generated perl file, we don't need it and it upsets rpmlint.
rm docs/api/html/installdox
@@ -156,7 +156,10 @@ fi
/sbin/ldconfig
%changelog
-* Tue Feb 12 2008 Rafael Schloming <rafaels@redhat.com> - 0.2-21
+* Tue Feb 12 2008 Alan Conway <aconway@redhat.com> - 0.2-22
+- Added -g to compile flags for debug symbols.
+
+* Tue Feb 12 2008 Alan Conway <aconway@redhat.com> - 0.2-21
- Create /var/lib/qpidd correctly.
* Mon Feb 11 2008 Rafael Schloming <rafaels@redhat.com> - 0.2-20