]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- don't require defined optldflags
authorsparky <sparky@pld-linux.org>
Sat, 5 Aug 2006 19:08:08 +0000 (19:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.314

rpm.macros

index df7db86271ce7dbc1fd87a798aa149e24a87cf64..46dca7f63844b0e3109855b778c4736f3c2636cc 100644 (file)
@@ -86,7 +86,7 @@ fi; \
 }')
 
 %rpmldflags %(awk 'BEGIN {
-       split("%{optldflags}",I);
+       split("%{?optldflags}",I);
        split("%{?filterout_ld}",F)
        %{filter_out}
 }')
This page took 0.05423 seconds and 4 git commands to generate.