diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-06-06 13:44:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-06-06 13:44:47 +0000 |
commit | a7e0f72ff57aad2d54814b3ccc12285466e8d083 (patch) | |
tree | 3fd0374743317012cd377af819844af7b8987679 /app-crypt/mit-krb5/files | |
parent | change change all in vain (diff) | |
download | historical-a7e0f72ff57aad2d54814b3ccc12285466e8d083.tar.gz historical-a7e0f72ff57aad2d54814b3ccc12285466e8d083.tar.bz2 historical-a7e0f72ff57aad2d54814b3ccc12285466e8d083.zip |
ok, just install to regular locations -- no more custom location stuff -- at least, not for now
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-crypt/mit-krb5/files')
-rw-r--r-- | app-crypt/mit-krb5/files/mit-krb5-1.4-lazyldflags.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-crypt/mit-krb5/files/mit-krb5-1.4-lazyldflags.patch b/app-crypt/mit-krb5/files/mit-krb5-1.4-lazyldflags.patch new file mode 100644 index 000000000000..ad2adc1dd0dc --- /dev/null +++ b/app-crypt/mit-krb5/files/mit-krb5-1.4-lazyldflags.patch @@ -0,0 +1,19 @@ +--- krb5-1.4/src/clients/ksu/Makefile.in.orig 2004-04-29 18:51:10.000000000 -0400 ++++ krb5-1.4/src/clients/ksu/Makefile.in 2005-04-28 16:51:37.000000000 -0400 +@@ -8,6 +8,7 @@ + PROG_RPATH=$(KRB5_LIBDIR) + + KSU_LIBS=@KSU_LIBS@ ++LAZY_LDFLAGS=-Wl,-z,now + + SRCS = \ + $(srcdir)/krb_auth_su.c \ +@@ -28,7 +29,7 @@ + all:: ksu + + ksu: $(OBJS) $(KRB5_BASE_DEPLIBS) +- $(CC_LINK) -o $@ $(OBJS) $(KRB5_BASE_LIBS) $(KSU_LIBS) ++ $(CC_LINK) -o $@ $(OBJS) $(KRB5_BASE_LIBS) $(KSU_LIBS) $(LAZY_LDFLAGS) + + clean:: + $(RM) ksu |