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

openssl.spec

index 3a6f8befbf25d78d0e783b09cc0b5f0e4b7377c3..d42aca70a19b6cd81cb950fd670ad1d2fe95d922 100644 (file)
@@ -130,9 +130,9 @@ perl util/perlpath.pl %{_bindir}/perl
 ./Configure --openssldir=%{_var}/lib/%{name} threads linux-alpha+bwx-gcc
 %endif
 
-%{__make} OPT_FLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -DSSL_ALLOW_DH"
+%{__make} OPT_FLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -DSSL_ALLOW_DH"
 %{__make} INSTALLTOP=%{_prefix} \
-       OPT_FLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+       OPT_FLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
 %ifarch alpha
 %{__make} linux-shared
 %endif
This page took 0.039014 seconds and 4 git commands to generate.