]> git.pld-linux.org Git - packages/lftp.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:45 +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:
    lftp.spec -> 1.80

lftp.spec

index bd317962170cfd035e30a88843f70a7fff491099..497225281ab421d4c4b2e24e49d22a6b9570b6cc 100644 (file)
--- a/lftp.spec
+++ b/lftp.spec
@@ -43,7 +43,7 @@ do mirrorowania serwer
 
 %build
 gettextize --copy --force
-CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -fno-rtti -fno-exceptions -fno-implicit-templates"
+CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions -fno-implicit-templates"
 %configure \
        --with-modules
 %{__make}
This page took 0.099346 seconds and 4 git commands to generate.