summaryrefslogtreecommitdiff
path: root/qpid/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
commitd016955982de45b65f052ed74947799e986d164e (patch)
treea1594d168fb35490e5a17957e86b0962a8fa38c8 /qpid/cpp
parentda307a07138c7e8eeec6fb1a79efa6dd50f78862 (diff)
downloadqpid-python-d016955982de45b65f052ed74947799e986d164e.tar.gz
Add -g to build flags to get debug info.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@627133 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/qpidc.spec.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in
index 383d5a2ca4..3892b1ab40 100644
--- a/qpid/cpp/qpidc.spec.in
+++ b/qpid/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