]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fix bug in %fixgruop macro
authorArtur Frysiak <artur@frysiak.net>
Fri, 4 Jun 1999 16:35:36 +0000 (16:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't change optimalization flags if already set (%configure and %GNUconfigure)
- build static libs with debuginfo

Changed files:
    rpm.spec -> 1.36

rpm.spec

index 149647927dcb9ac33b2aabf189995fa8b96d6681..7029233b8acda697743980af7cb1b72fb1e96154 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -79,6 +79,7 @@ install %{SOURCE3} macros.pld.in
 install %{SOURCE13} macros.python.in
 mv -f perl.prov perl.prov.in)
 LDFLAGS="-s"; export LDFLAGS
+CFLAGS="-g $RPM_OPT_FLAGS"; export CFLAGS
 
 ( cd popt; 
 %GNUconfigure
This page took 0.039167 seconds and 4 git commands to generate.