From d016955982de45b65f052ed74947799e986d164e Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 12 Feb 2008 21:48:52 +0000 Subject: 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 --- qpid/cpp/qpidc.spec.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'qpid/cpp') 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 - 0.2-21 +* Tue Feb 12 2008 Alan Conway - 0.2-22 +- Added -g to compile flags for debug symbols. + +* Tue Feb 12 2008 Alan Conway - 0.2-21 - Create /var/lib/qpidd correctly. * Mon Feb 11 2008 Rafael Schloming - 0.2-20 -- cgit v1.2.1