]> git.pld-linux.org Git - packages/lynx.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:
    lynx.spec -> 1.65

lynx.spec

index 55a7321afb67b2c16340dd53ef48bb7deb431396..1c0a501fa5e5d0a9a08f75441d72c96adaa47470 100644 (file)
--- a/lynx.spec
+++ b/lynx.spec
@@ -62,7 +62,7 @@ formlar ve tablolar i
 %build
 autoconf
 LDFLAGS="-lcrypto -lssl %{!?debug:-s}"
-CFLAGS="-I/usr/include/openssl -DUSE_SSL %{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+CFLAGS="-I/usr/include/openssl -DUSE_SSL %{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
 %configure \
        --with-screen=slang \
        --without-included-gettext \
This page took 0.040825 seconds and 4 git commands to generate.