]> git.pld-linux.org Git - packages/check.git/commitdiff
- pass -fPIC to CFLAGS
authorfreetz <freetz@pld-linux.org>
Mon, 20 Feb 2006 20:46:49 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    check.spec -> 1.3

check.spec

index 3a761f768b930fc26cfcbbcc54c48fefe8ddbea5..7c31cf0c89f006e9dbce3ff7b3b0526f42ef14a1 100644 (file)
@@ -32,7 +32,8 @@ by
 
 %build
 %configure2_13
-%{__make}
+%{__make} \
+    CFLAGS="%{rpmcflags} -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -fPIC"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.048144 seconds and 4 git commands to generate.