partial RELRO fix

This commit is contained in:
Nalin Dahyabhai 2005-03-16 21:25:01 +00:00
parent f1dd8437d2
commit f8d4151f42

View File

@ -51,7 +51,7 @@ if pkg-config openssl ; then
fi fi
%configure --with-tcp-wrappers --with-pic %configure --with-tcp-wrappers --with-pic
export tagname=CC export tagname=CC
make LIBTOOL=%{_bindir}/libtool LDADD=-pie make LIBTOOL=%{_bindir}/libtool LDADD="-pie -Wl,-z,defs,-z,relro"
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT