]> git.pld-linux.org Git - packages/ftp4all.git/commitdiff
- The one true way blahblahblah
authorMariusz Mazur <mmazur@pld-linux.org>
Mon, 5 Aug 2002 14:31:03 +0000 (14:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ftp4all.spec -> 1.13

ftp4all.spec

index 6febe84798edad402263ed31d4a5893e0ca1b9e2..103f122b74a24ce96645b2ae2f086e3a5be68992 100644 (file)
@@ -51,11 +51,11 @@ dost
 %patch1 -p1
 
 %build
-%ifarch %{ix86}
-echo "y" | CFLAGS="%{rpmcflags}" ./configure
-%else
-echo "y" | ./configure
+%ifnarch %{ix86}
+%define optflags -O0
 %endif
+
+echo "y" | CFLAGS="%{rpmcflags}" ./configure
 %{__make}
 
 %install
This page took 0.058724 seconds and 4 git commands to generate.