]> git.pld-linux.org Git - packages/dcraw.git/commitdiff
- macros fix, use rpmldflags
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Mar 2004 18:05:46 +0000 (18:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dcraw.spec -> 1.3

dcraw.spec

index b413a6db2bb842f01c3c6aa6cb1c41babcf68341..cfac854db4e86a54ad9ad2f299b320f237d56481 100644 (file)
@@ -27,7 +27,7 @@ narz
 cp %{SOURCE0} .
 
 %build
-%__cc -o dcraw %rpmcflags dcraw.c -lm
+%{__cc} %{rpmldflags} -o dcraw %{rpmcflags} dcraw.c -lm
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.042114 seconds and 4 git commands to generate.