diff options
author | 2001-06-21 15:26:25 +0000 | |
---|---|---|
committer | 2001-06-21 15:26:25 +0000 | |
commit | 7a91dfb87ff9014862e36151470b2e240623d5a2 (patch) | |
tree | 2189fd7d8a21cf8e7080d894fe5100940bcf5531 /app-crypt/pam_krb5/files | |
parent | utilities for type 1 fonts (diff) | |
download | gentoo-2-7a91dfb87ff9014862e36151470b2e240623d5a2.tar.gz gentoo-2-7a91dfb87ff9014862e36151470b2e240623d5a2.tar.bz2 gentoo-2-7a91dfb87ff9014862e36151470b2e240623d5a2.zip |
Kerberos V and PAM; new ebuilds
Diffstat (limited to 'app-crypt/pam_krb5/files')
-rw-r--r-- | app-crypt/pam_krb5/files/digest-pam_krb5-1.0 | 1 | ||||
-rw-r--r-- | app-crypt/pam_krb5/files/pam_krb5-1.0-gentoo.diff | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/app-crypt/pam_krb5/files/digest-pam_krb5-1.0 b/app-crypt/pam_krb5/files/digest-pam_krb5-1.0 new file mode 100644 index 000000000000..eaeeb73ab588 --- /dev/null +++ b/app-crypt/pam_krb5/files/digest-pam_krb5-1.0 @@ -0,0 +1 @@ +MD5 dd4ca3cc1b6b6b124625544e870968cb pam_krb5-1.0.tar.gz diff --git a/app-crypt/pam_krb5/files/pam_krb5-1.0-gentoo.diff b/app-crypt/pam_krb5/files/pam_krb5-1.0-gentoo.diff new file mode 100644 index 000000000000..671621f46a49 --- /dev/null +++ b/app-crypt/pam_krb5/files/pam_krb5-1.0-gentoo.diff @@ -0,0 +1,29 @@ +--- Makefile.orig Thu Jun 21 08:26:05 2001 ++++ Makefile Thu Jun 21 08:27:20 2001 +@@ -4,18 +4,21 @@ + + CC = gcc + CFLAGS = -O2 -fPIC +-#LDFLAGS = -shared +-LDFLAGS = -G ++LDFLAGS = -shared ++#LDFLAGS = -G + + DESTDIR = /usr/lib/security + MANDIR = /opt/local/man/man5 + +-OSLIBS = -lpam -lnsl -lsocket +-KRB5LIBS = -L/opt/local/lib -lkrb5 -lk5crypto -lcom_err ++#OSLIBS = -lpam -lnsl -lsocket ++OSLIBS = -lpam ++#KRB5LIBS = -L/opt/local/lib -lkrb5 -lk5crypto -lcom_err ++KRB5LIBS = -L/usr/lib -lkrb5 -lk5crypto -lcom_err + + LIBS = $(OSLIBS) $(KRB5LIBS) + +-INC = -I/opt/local/include ++#INC = -I/opt/local/include ++INC = -I/usr/include + + + #################################################################### |