Add -g flag for compiler

This commit is contained in:
Vitezslav Crhonek 2011-04-05 09:53:02 +02:00
parent c93db885ef
commit 844e44b252
2 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,7 @@ diff -up pegasus/mak/config-linux.mak.orig pegasus/mak/config-linux.mak
FLAGS += -g
else
- FLAGS += -s
+ #FLAGS += -s
+ FLAGS += -g
#
# The -fno-enforce-eh-specs is not available in 2.9.5 and it probably
# appeared in the 3.0 series of compilers.

View File

@ -8,7 +8,7 @@
Name: tog-pegasus
Version: %{major_ver}.0
Release: 5%{?dist}
Release: 6%{?dist}
Epoch: 2
Summary: OpenPegasus WBEM Services for Linux
@ -60,7 +60,7 @@ Patch15: pegasus-2.9.0-openssl.patch
Patch16: pegasus-2.9.1-getpagesize.patch
# 18: Let the makefile install initscript we want to use
Patch18: pegasus-2.9.1-makefile-initscript.patch
# 19: Don't strip binaries
# 19: Don't strip binaries, add -g flag
Patch19: pegasus-2.10.0-dont-strip.patch
# 20: use posix locks on sparc arches
Patch20: pegasus-2.10.0-sparc-posix-lock.patch
@ -417,6 +417,9 @@ fi
%changelog
* Tue Apr 05 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.10.1-6
- Add -g flag for compiler
* Wed Mar 30 2011 Dennis Gilmore <dennis@ausil.us> - 2:2.10.1-5
- use posix locks on sparc linux arches