diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-06-21 21:38:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-06-21 21:38:10 +0000 |
commit | a0fee3ace3b930c5081f18f48c811762a46a348c (patch) | |
tree | 583e1f67f2f72d79f2d26baddca2d884014352b6 /app-crypt/mit-krb5/files | |
parent | revision bump bug #96101, cleanup (diff) | |
download | gentoo-2-a0fee3ace3b930c5081f18f48c811762a46a348c.tar.gz gentoo-2-a0fee3ace3b930c5081f18f48c811762a46a348c.tar.bz2 gentoo-2-a0fee3ace3b930c5081f18f48c811762a46a348c.zip |
version bump, which also fixes the db-4 specific issue. I do not like it, for the record, but then the sys-libs/db package has always been a thorn in gentoo's side, so what else is new. Fixes bug #95549 by Justin Guyett <justin-gentoo@soze.net>
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-crypt/mit-krb5/files')
-rw-r--r-- | app-crypt/mit-krb5/files/digest-mit-krb5-1.4.1 | 1 | ||||
-rw-r--r-- | app-crypt/mit-krb5/files/mit-krb5-1.4.1-lazyldflags.patch | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/app-crypt/mit-krb5/files/digest-mit-krb5-1.4.1 b/app-crypt/mit-krb5/files/digest-mit-krb5-1.4.1 new file mode 100644 index 000000000000..cc16057a2c5e --- /dev/null +++ b/app-crypt/mit-krb5/files/digest-mit-krb5-1.4.1 @@ -0,0 +1 @@ +MD5 617e0071fa5b74ab4116f064678af551 krb5-1.4.1-signed.tar 6666240 diff --git a/app-crypt/mit-krb5/files/mit-krb5-1.4.1-lazyldflags.patch b/app-crypt/mit-krb5/files/mit-krb5-1.4.1-lazyldflags.patch new file mode 100644 index 000000000000..ad2adc1dd0dc --- /dev/null +++ b/app-crypt/mit-krb5/files/mit-krb5-1.4.1-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 |