]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- pass rpmldflags
authorsparky <sparky@pld-linux.org>
Thu, 3 Aug 2006 02:55:44 +0000 (02:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl.spec -> 1.155

openssl.spec

index a37c70bf6cafd2d2e6b385c43e8fd8558d2cce97..72e771b94ed637eecfe09a7cd90fb8ab90ce2c03 100644 (file)
@@ -200,7 +200,8 @@ touch Makefile.*
 %{__perl} util/perlpath.pl %{__perl}
 
 OPTFLAGS="%{rpmcflags} %{?with_purify:-DPURIFY}"
-export OPTFLAGS
+LDFLAGS="%{rpmldflags}"
+export OPTFLAGS LDFLAGS
 ./Configure \
        --openssldir=%{_var}/lib/%{name} \
        --lib=%{_lib} \
This page took 0.183234 seconds and 4 git commands to generate.