]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- simplified debuginfocflags even more, prevent namespace pollution auto/ac/rpm-4_4-0_20040614_0_4
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Jul 2004 21:22:24 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.160

rpm.macros

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