]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- -Wl,-z,noexecstack to LDFLAGS, please don't break PaX kernel; rel 2 auto/th/openssl-0_9_8h-2
authorzbyniu <zbyniu@pld-linux.org>
Fri, 11 Jul 2008 23:56:04 +0000 (23:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl.spec -> 1.184

openssl.spec

index 98e21c1f94943459866cce2f97eb6a52d1902bef..ae7e692cf3e68e60e259003382a13cdf18efa573 100644 (file)
@@ -15,7 +15,7 @@ Summary(ru.UTF-8):    Библиотеки и утилиты для соедине
 Summary(uk.UTF-8):     Бібліотеки та утиліти для з'єднань через Secure Sockets Layer
 Name:          openssl
 Version:       0.9.8h
-Release:       1
+Release:       2
 License:       Apache-like
 Group:         Libraries
 Source0:       ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
@@ -201,7 +201,7 @@ touch Makefile.*
 %{__perl} util/perlpath.pl %{__perl}
 
 OPTFLAGS="%{rpmcflags} %{?with_purify:-DPURIFY}"
-LDFLAGS="%{rpmldflags}"
+LDFLAGS="%{rpmldflags} -Wl,-z,noexecstack"
 export OPTFLAGS LDFLAGS
 ./Configure \
        --openssldir=%{_var}/lib/%{name} \
This page took 0.11543 seconds and 4 git commands to generate.