]> git.pld-linux.org Git - packages/ftp.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:44 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    ftp.spec -> 1.23

ftp.spec

index 0da464fc978e2201431efa82506b6b8b2f0f1e2c..ac2ecfdaf028fe87f372e700a548e053c5e7220a 100644 (file)
--- a/ftp.spec
+++ b/ftp.spec
@@ -53,7 +53,7 @@ iletimi i
 %patch0 -p1
 
 %build
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
+CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
 ./configure --with-c-compiler=gcc
 %{__make}
 
This page took 0.071684 seconds and 4 git commands to generate.