From 51329ed4259e3878e23d640da8e33a63a5361227 Mon Sep 17 00:00:00 2001 From: zbyniu Date: Tue, 15 Jul 2008 09:17:29 +0000 Subject: [PATCH] - now noexecstack works; rel 3 Changed files: openssl.spec -> 1.185 --- openssl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openssl.spec b/openssl.spec index ae7e692..b5e43bc 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: 2 +Release: 3 License: Apache-like Group: Libraries Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz @@ -200,8 +200,8 @@ touch Makefile.* %{__perl} util/perlpath.pl %{__perl} -OPTFLAGS="%{rpmcflags} %{?with_purify:-DPURIFY}" -LDFLAGS="%{rpmldflags} -Wl,-z,noexecstack" +OPTFLAGS="-Wa,--noexecstack %{rpmcflags} %{?with_purify:-DPURIFY}" +LDFLAGS="-Wl,-z,noexecstack %{rpmldflags}" export OPTFLAGS LDFLAGS ./Configure \ --openssldir=%{_var}/lib/%{name} \ -- 2.43.0