diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-07 20:17:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-07 20:17:39 +0000 |
commit | 1510d0437153c0df6def850069c14f9084f77bb1 (patch) | |
tree | 6b6d6b92a363a543d893022a370e09ff912e8aa4 /net/samba | |
parent | 513c15afd83471263b80f938e46c5a71d3f5832e (diff) | |
download | pkgsrc-1510d0437153c0df6def850069c14f9084f77bb1.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.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 4 |
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 |