From b7c050fe5919376933178df4eb6222e771e91c5e Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 7 Sep 2015 12:02:05 +0000 Subject: Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages. --- databases/openldap-server/options.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'databases/openldap-server') 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 -- cgit v1.2.3