From f8d4151f42849a44ad948c35edfe4331e8080b83 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 16 Mar 2005 21:25:01 +0000 Subject: [PATCH] partial RELRO fix --- stunnel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stunnel.spec b/stunnel.spec index 51ccd80..b077239 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -51,7 +51,7 @@ if pkg-config openssl ; then fi %configure --with-tcp-wrappers --with-pic export tagname=CC -make LIBTOOL=%{_bindir}/libtool LDADD=-pie +make LIBTOOL=%{_bindir}/libtool LDADD="-pie -Wl,-z,defs,-z,relro" %install rm -rf $RPM_BUILD_ROOT