summaryrefslogtreecommitdiff
path: root/databases/openldap1/Makefile
diff options
context:
space:
mode:
authortsarna <tsarna>2002-09-23 17:34:38 +0000
committertsarna <tsarna>2002-09-23 17:34:38 +0000
commitb9c4d998c28c35bedec2238456c1fb3f129728d2 (patch)
treefa2153f9d63ac6ec6dc07a15351e79086c17d87e /databases/openldap1/Makefile
parent3bad278e238959286ff63e4b435dcf4ebab3ec33 (diff)
downloadpkgsrc-b9c4d998c28c35bedec2238456c1fb3f129728d2.tar.gz
Support for Zoularis/Linux, cloned from the solaris support
Diffstat (limited to 'databases/openldap1/Makefile')
-rw-r--r--databases/openldap1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap1/Makefile b/databases/openldap1/Makefile
index 600f50a20d8..73f86a6e91e 100644
--- a/databases/openldap1/Makefile
+++ b/databases/openldap1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/08/25 19:22:08 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/23 17:34:38 tsarna Exp $
#
DISTNAME= openldap-1.2.13
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --enable-shell
CONFIGURE_ARGS+= --enable-wrappers
.endif
-.if ${OPSYS} == "SunOS"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
.include "../../databases/db/buildlink.mk"
CPPFLAGS+= -I${BUILDLINK_DIR}/include/db2
LIBS= -ldb2 -lpthread -lrt