diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-05-10 11:15:33 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-05-10 11:15:33 +0000 |
commit | 93b4eb1c08d363da57e557fcda1d982f5031e8d0 (patch) | |
tree | f0d2d7b963bbbf7e5513840a47e4b535cc0e84f5 /app-crypt/heimdal/files | |
parent | Block virtual/krb5 (Manifest recommit) (diff) | |
download | gentoo-2-93b4eb1c08d363da57e557fcda1d982f5031e8d0.tar.gz gentoo-2-93b4eb1c08d363da57e557fcda1d982f5031e8d0.tar.bz2 gentoo-2-93b4eb1c08d363da57e557fcda1d982f5031e8d0.zip |
Version bump to block virtual/krb5
Diffstat (limited to 'app-crypt/heimdal/files')
-rw-r--r-- | app-crypt/heimdal/files/digest-heimdal-0.6.1-r1 | 1 | ||||
-rw-r--r-- | app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/app-crypt/heimdal/files/digest-heimdal-0.6.1-r1 b/app-crypt/heimdal/files/digest-heimdal-0.6.1-r1 new file mode 100644 index 000000000000..ee6f0f437db7 --- /dev/null +++ b/app-crypt/heimdal/files/digest-heimdal-0.6.1-r1 @@ -0,0 +1 @@ +MD5 20ef3dade89afc45eac9d8935a1a9cc0 heimdal-0.6.1.tar.gz 3312603 diff --git a/app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch b/app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch new file mode 100644 index 000000000000..ee01e34dcd18 --- /dev/null +++ b/app-crypt/heimdal/files/heimdal-0.6.1-fPIC.patch @@ -0,0 +1,12 @@ +--- lib/editline/Makefile.am 2004-05-10 09:27:21.442490749 +0000 ++++ lib/editline/Makefile.am 2004-05-10 09:27:38.876209101 +0000 +@@ -47,6 +47,9 @@ + + EXTRA_DIST = $(man_MANS) + ++$(libeditline_la_OBJECTS): %.lo: %.c ++ $(LTCOMPILE) -fPIC -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< ++ + snprintf.c: + $(LN_S) $(srcdir)/../roken/snprintf.c . + strdup.c: |