Remove USE_LIBINTL as nothing uses libintl.a, and pass
-I${BUILDLINK}/include through via CPPFLAGS as well as CFLAGS to ensure that readline/readline.h is found by the configure script. Fixes pkg/13110 by Jesse Off.
This commit is contained in:
parent
513c15afd8
commit
1510d04371
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.53 2001/06/01 15:21:53 groo Exp $
|
||||
# $NetBSD: Makefile,v 1.54 2001/06/07 20:17:39 jlam Exp $
|
||||
|
||||
DISTNAME= samba-2.2.0
|
||||
PKGNAME= ${DISTNAME}nb1
|
||||
|
@ -15,7 +15,6 @@ MAINTAINER= packages@netbsd.org
|
|||
HOMEPAGE= http://www.samba.org/
|
||||
COMMENT= SMB/CIFS protocol server suite for UNIX
|
||||
|
||||
USE_LIBINTL= # defined
|
||||
USE_SSL= # defined
|
||||
|
||||
GNU_CONFIGURE= # defined
|
||||
|
@ -29,6 +28,7 @@ USE_GNU_READLINE= # uses rl_event_hook interface to GNU readline
|
|||
|
||||
CFLAGS+= -I${SSLBASE}/include/openssl # ssl.h, err.h
|
||||
CFLAGS+= -I${BUILDLINK_INCDIR}
|
||||
CPPFLAGS+= -I${BUILDLINK_INCDIR}
|
||||
LDFLAGS+= -L${BUILDLINK_LIBDIR}
|
||||
|
||||
SAMBA_LOGDIR= /var/log
|
||||
|
|
Loading…
Reference in a new issue