- this needs to be more portable before we try to send it upstream

This commit is contained in:
Nalin Dahyabhai 2010-03-12 21:09:35 +00:00
parent be17b47a39
commit 8ba624d90a

View File

@ -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