]> git.pld-linux.org Git - packages/libapparmor.git/commitdiff
- build with -fPIC (try to fix build on x86_64)
authorlisu <lisu@pld-linux.org>
Fri, 18 Nov 2011 13:06:51 +0000 (13:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libapparmor.spec -> 1.22

libapparmor.spec

index f54da6e7d05e38d7eb6f88bc8398eb5589586451..2a19016a80b80c649febc48a585580805d4eb9a1 100644 (file)
@@ -129,7 +129,7 @@ cd libraries/libapparmor
 
 %{__make} -j1 \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}"
+       CFLAGS="%{rpmcflags} -fPIC"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.137088 seconds and 4 git commands to generate.