unbreak by disabling krb4
This commit is contained in:
parent
488d0e5210
commit
e50d8dbad7
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2003/06/28 22:14:45 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2003/07/05 06:50:17 jakob Exp $
|
||||
|
||||
COMMENT= "RFC 2222 SASL (Simple Authentication and Security Layer)"
|
||||
|
||||
@ -25,6 +25,7 @@ CONFIGURE_ENV+= LDFLAGS='${LDFLAGS}'
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static \
|
||||
--enable-login \
|
||||
--disable-krb4 \
|
||||
--enable-gssapi="/usr" \
|
||||
--includedir="${PREFIX}/include/sasl" \
|
||||
--with-pwcheck="/var/pwcheck"
|
||||
|
@ -1,10 +1,9 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2003/06/17 23:09:00 naddy Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2003/07/05 06:50:17 jakob Exp $
|
||||
lib/libsasl.so.8.10
|
||||
lib/sasl/libanonymous.so.1.16
|
||||
lib/sasl/libcrammd5.so.1.17
|
||||
lib/sasl/libdigestmd5.so.0.19
|
||||
lib/sasl/libgssapiv2.so.1.18
|
||||
lib/sasl/libkerberos4.so.1.17
|
||||
lib/sasl/liblogin.so.0.6
|
||||
lib/sasl/libplain.so.1.15
|
||||
DYNLIBDIR(%D/lib)
|
||||
@ -12,13 +11,11 @@ DYNLIBDIR(%D/lib)
|
||||
@unexec rm -f %D/lib/sasl/libcrammd5.so
|
||||
@unexec rm -f %D/lib/sasl/libdigestmd5.so
|
||||
@unexec rm -f %D/lib/sasl/libgssapiv2.so
|
||||
@unexec rm -f %D/lib/sasl/libkerberos4.so
|
||||
@unexec rm -f %D/lib/sasl/liblogin.so
|
||||
@unexec rm -f %D/lib/sasl/libplain.so
|
||||
@exec cd %D/lib/sasl && ln -sf libanonymous.so.1.16 libanonymous.so
|
||||
@exec cd %D/lib/sasl && ln -sf libcrammd5.so.1.17 libcrammd5.so
|
||||
@exec cd %D/lib/sasl && ln -sf libdigestmd5.so.0.19 libdigestmd5.so
|
||||
@exec cd %D/lib/sasl && ln -sf libgssapiv2.so.1.18 libgssapiv2.so
|
||||
@exec cd %D/lib/sasl && ln -sf libkerberos4.so.1.17 libkerberos4.so
|
||||
@exec cd %D/lib/sasl && ln -sf liblogin.so.0.6 liblogin.so
|
||||
@exec cd %D/lib/sasl && ln -sf libplain.so.1.15 libplain.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2002/07/26 16:14:47 jakob Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2003/07/05 06:50:17 jakob Exp $
|
||||
@pkgcfl cyrus-sasl2-*
|
||||
include/sasl/hmac-md5.h
|
||||
include/sasl/md5.h
|
||||
@ -16,8 +16,6 @@ lib/sasl/libdigestmd5.a
|
||||
lib/sasl/libdigestmd5.la
|
||||
lib/sasl/libgssapiv2.a
|
||||
lib/sasl/libgssapiv2.la
|
||||
lib/sasl/libkerberos4.a
|
||||
lib/sasl/libkerberos4.la
|
||||
lib/sasl/liblogin.a
|
||||
lib/sasl/liblogin.la
|
||||
lib/sasl/libplain.a
|
||||
|
Loading…
Reference in New Issue
Block a user