- Tweaking selabel patch to work properly without selinux rules loaded. (#632914)

- enabling authorized keys command patch
This commit is contained in:
Jan F 2010-09-13 14:38:09 +02:00
parent 693899d1e8
commit a3a0ece415

View File

@ -326,7 +326,7 @@ CFLAGS="$CFLAGS -fpic"
%endif
export CFLAGS
SAVE_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS -pie z relro -z now"; export LDFLAGS
LDFLAGS="$LDFLAGS -pie -z relro -z now"; export LDFLAGS
%endif
%if %{kerberos5}
if test -r /etc/profile.d/krb5-devel.sh ; then