summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
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