]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- added using %%{rpmcflags} macro.
authorkloczek <kloczek@pld-linux.org>
Mon, 30 Apr 2001 16:05:25 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl.spec -> 1.50

openssl.spec

index a0f607b91952d40d4469fbf9b7cefc815bf76d39..5cf3a31e0f70045e946aed300b817c046523b905 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:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -DSSL_ALLOW_DH"
+%{__make} OPT_FLAGS="%{rpmcflags} -DSSL_ALLOW_DH"
 %{__make} INSTALLTOP=%{_prefix} \
-       OPT_FLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+       OPT_FLAGS="%{rpmcflags}"
 %ifarch alpha
 %{__make} linux-shared
 %endif
This page took 0.252127 seconds and 4 git commands to generate.