[openssh/f14/master] - Tweaking selabel patch to work properly without selinux rules loaded. (#632914) - enabling authori

Jan F. Chadima jfch2222 at fedoraproject.org
Mon Sep 13 12:38:29 UTC 2010


commit a3a0ece415b6924ac6ad2a2518d3959ce6401803
Author: Jan F <jfch at hagar.bobr>
Date:   Mon Sep 13 14:38:09 2010 +0200

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

 openssh.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index 8eca6ab..dcd4280 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -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


More information about the scm-commits mailing list