]> git.pld-linux.org Git - packages/libcap.git/commitdiff
- -fPIC only on alpha
authorMariusz Mazur <mmazur@pld-linux.org>
Thu, 26 Jun 2003 14:26:10 +0000 (14:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libcap.spec -> 1.34

libcap.spec

index 0b369f9c1c450a5ccce4ff71555b902298720634..8e997e7ee2ae8e11e83ce37beeb23560a7e25d23 100644 (file)
@@ -41,7 +41,11 @@ Pliki nag
 %patch1 -p1
 
 %build
+%ifarch alpha
 %{__make} "COPTFLAG=%{rpmcflags} -fPIC"
+%else
+%{__make} "COPTFLAG=%{rpmcflags} "
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.086473 seconds and 4 git commands to generate.