Subject: pkg/20491: imap-uw build failure with USE_KERBEROS=YES
To: None <gnats-bugs@gnats.netbsd.org>
From: None <chris@cjones.org>
List: netbsd-bugs
Date: 02/25/2003 10:46:53
>Number: 20491
>Category: pkg
>Synopsis: imap-uw build failure with USE_KERBEROS=YES
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 25 09:47:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Chris Jones
>Release: NetBSD 1.5.1
>Organization:
-----------------------------------------------------chris@cjones.org
Chris Jones cjones@honors.montana.edu
Mad scientist at large
"Is this going to be a stand-up programming session, sir, or another bug hunt?"
>Environment:
System: NetBSD rupert.honors.montana.edu 1.5.2 NetBSD 1.5.2 (GENERIC) #3: Sat Aug 18 23:37:05 CEST 2001 he@hamster.urc.uninett.no:/usr/src/sys/arch/i386/compile/GENERIC i386
>Description:
imap-uw fails to build from pkgsrc if USE_KERBEROS=YES in /etc/mk.conf.
The GSSAPI library can't find DES symbols, because libdes is missing.
>How-To-Repeat:
See above.
>Fix:
? README.html
? files
? pkg
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/imap-uw/Makefile,v
retrieving revision 1.54
diff -u -r1.54 Makefile
--- Makefile 2003/02/13 19:22:44 1.54
+++ Makefile 2003/02/25 17:43:44
@@ -32,6 +32,7 @@
.if defined(USE_KERBEROS) && (${USE_KERBEROS} != "no")
PKG_USE_KERBEROS= #defined
ALL_TARGET+= EXTRAAUTHENTICATORS="gss"
+LDFLAGS+= -ldes
.endif
.endif
>Release-Note:
>Audit-Trail:
>Unformatted: