summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2010-03-12 21:09:35 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2010-03-12 21:09:35 +0000
commit8ba624d90a8c28418f20f15b343df75f16508a4a (patch)
tree6d57c0176e1c5a89ba77d808c0ead82881212851
parentbe17b47a3976ab80865771c8a7a92b0d62ee7b87 (diff)
downloadkrb5-8ba624d90a8c28418f20f15b343df75f16508a4a.tar.gz
krb5-8ba624d90a8c28418f20f15b343df75f16508a4a.tar.xz
krb5-8ba624d90a8c28418f20f15b343df75f16508a4a.zip
- this needs to be more portable before we try to send it upstream
-rw-r--r--krb5-1.7-buildconf.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/krb5-1.7-buildconf.patch b/krb5-1.7-buildconf.patch
index 296ead2..874df87 100644
--- a/krb5-1.7-buildconf.patch
+++ b/krb5-1.7-buildconf.patch
@@ -1,7 +1,8 @@
Build binaries in this package as PIEs and install shared libraries with the
execute bit set on them. Prune out the -L/usr/lib*, PIE flags, and CFLAGS
where they might leak out and affect apps which just want to link with the
-libraries (RT#TBD).
+libraries. FIXME: needs to check and not just assume that the compiler supports
+using these flags.
diff -up krb5-1.7/src/config/shlib.conf krb5-1.7/src/config/shlib.conf
--- krb5-1.7/src/config/shlib.conf 2008-12-08 17:33:07.000000000 -0500