]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- it was oversophisticated; fixed case when _enable_debug_packages is set to 0 auto/ac/rpm-4_3-0_20040107_24 auto/ac/rpm-4_3-0_20040107_25 auto/ac/rpm-4_4-0_20040614_0_1 auto/ac/rpm-4_4-0_20040614_0_2 rpm-4_3-0_20040107_24
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 Jun 2004 22:31:09 +0000 (22:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.158

rpm.macros

index ab060ba2c4ce4f568cf1801d3ca1a4e6eb6539ba..d5bd1a31788bf2af7f1dfc57c6fa36e5a075eab8 100644 (file)
@@ -15,7 +15,7 @@
 #-----------------------------------------------------------------
 # CFLAGS and LDFLAGS used to build
 
-%debuginfocflags        %{expand:%%define dic_%{_enable_debug_packages} %{_enable_debug_packages}}%{?dic_0:}%{?dic_1:-ggdb}%{expand:%%undefine dic_%{_enable_debug_packages}}
+%debuginfocflags        %{expand:%%define dic_%{_enable_debug_packages} %{_enable_debug_packages}}%{?dic_1:-ggdb}%{expand:%%undefine dic_%{_enable_debug_packages}}
 
 %debugcflags   -O0 -g -Wall
 %rpmcflags     %{?debug:%debugcflags}%{!?debug:%optflags}%{?debuginfocflags: %debuginfocflags}
This page took 0.048266 seconds and 4 git commands to generate.