summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-07 20:17:39 +0000
committerjlam <jlam>2001-06-07 20:17:39 +0000
commit9c9932650fc20d843f977626ee4ffe28232682bd (patch)
tree6b6d6b92a363a543d893022a370e09ff912e8aa4
parent7bdc9ddfe19db0ceed885daa2b1b4f77f8cfbe63 (diff)
downloadpkgsrc-9c9932650fc20d843f977626ee4ffe28232682bd.tar.gz
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.
-rw-r--r--net/samba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 1f05342d28b..4032b3085bd 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -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