no need to link libdes for kerberos

ok jasper@
This commit is contained in:
jsg 2010-10-19 07:52:11 +00:00
parent 709b054ab9
commit 156274ce82
2 changed files with 14 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/07/30 09:23:28 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.6 2010/10/19 07:52:11 jsg Exp $
COMMENT= OpenSSH client and daemon for NX COMMENT= OpenSSH client and daemon for NX
@ -6,11 +6,11 @@ DASH_VER= 1
DISTNAME= nxssh-${MAJOR_VERSION}-${DASH_VER} DISTNAME= nxssh-${MAJOR_VERSION}-${DASH_VER}
PKGNAME= nxssh-${MAJOR_VERSION}.${DASH_VER} PKGNAME= nxssh-${MAJOR_VERSION}.${DASH_VER}
REVISION= 0 REVISION= 1
CATEGORIES= net CATEGORIES= net
WANTLIB += asn1 c com_err crypto des gssapi jpeg krb5 m png stdc++ Xcomp WANTLIB += asn1 c com_err crypto gssapi jpeg krb5 m png stdc++ Xcomp
WANTLIB += util z WANTLIB += util z
LIB_DEPENDS= ::x11/nx/nxcomp LIB_DEPENDS= ::x11/nx/nxcomp

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-configure,v 1.1.1.1 2008/06/13 17:13:42 jasper Exp $ $OpenBSD: patch-configure,v 1.2 2010/10/19 07:52:11 jsg Exp $
--- configure.orig Tue Oct 2 19:02:53 2007 --- configure.orig Tue Oct 2 19:02:53 2007
+++ configure Fri Jun 13 10:12:54 2008 +++ configure Sat Oct 16 13:40:59 2010
@@ -4668,10 +4668,10 @@ TEST_SHELL=sh @@ -4668,10 +4668,10 @@ TEST_SHELL=sh
@ -14,3 +14,12 @@ $OpenBSD: patch-configure,v 1.1.1.1 2008/06/13 17:13:42 jasper Exp $
# Extract the first word of "groupadd", so it can be a program name with args. # Extract the first word of "groupadd", so it can be a program name with args.
set dummy groupadd; ac_word=$2 set dummy groupadd; ac_word=$2
@@ -25838,7 +25838,7 @@ echo "${ECHO_T}yes" >&6; }
#define HEIMDAL 1
_ACEOF
- K5LIBS="-lkrb5 -ldes"
+ K5LIBS="-lkrb5"
K5LIBS="$K5LIBS -lcom_err -lasn1"
{ echo "$as_me:$LINENO: checking for net_write in -lroken" >&5
echo $ECHO_N "checking for net_write in -lroken... $ECHO_C" >&6; }