summaryrefslogtreecommitdiff
path: root/databases/openldap-server
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-09-07 12:02:05 +0000
committerjperkin <jperkin>2015-09-07 12:02:05 +0000
commitb7c050fe5919376933178df4eb6222e771e91c5e (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /databases/openldap-server
parentb8fe86f4f81af761c106cb5fda92e67c7b5e48a7 (diff)
downloadpkgsrc-b7c050fe5919376933178df4eb6222e771e91c5e.tar.gz
Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
Diffstat (limited to 'databases/openldap-server')
-rw-r--r--databases/openldap-server/options.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/databases/openldap-server/options.mk b/databases/openldap-server/options.mk
index 08d9b5d04c5..7178c4ec229 100644
--- a/databases/openldap-server/options.mk
+++ b/databases/openldap-server/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2014/10/06 14:31:33 adam Exp $
+# $NetBSD: options.mk,v 1.19 2015/09/07 12:02:06 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openldap-server
PKG_SUPPORTED_OPTIONS= bdb dso inet6 sasl slapi slp smbk5pwd
@@ -88,11 +88,6 @@ PKG_FAIL_REASON+= "smbk5pwd option to openldap-server is now " \
###
.if !empty(PKG_OPTIONS:Mdso)
CONFIGURE_ARGS+= --enable-modules
-# dynamic linking won't work on Darwin when slapd gets stripped
-.include "../../mk/bsd.prefs.mk"
-. if ${OPSYS} == "Darwin"
-INSTALL_UNSTRIPPED= yes
-. endif
.include "../../devel/libltdl/buildlink3.mk"
.endif