From 4bc343abbf73f0fb5829f0b69d4e4bb21d954cc5 Mon Sep 17 00:00:00 2001 From: zbyniu Date: Fri, 11 Jul 2008 23:56:04 +0000 Subject: [PATCH] - -Wl,-z,noexecstack to LDFLAGS, please don't break PaX kernel; rel 2 Changed files: openssl.spec -> 1.184 --- openssl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssl.spec b/openssl.spec index 98e21c1..ae7e692 100644 --- a/openssl.spec +++ b/openssl.spec @@ -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} \ -- 2.43.0