diff options
author | joerg <joerg@pkgsrc.org> | 2009-03-05 14:17:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-03-05 14:17:46 +0000 |
commit | bf590eb71216a6cf44b0e172f1b92259acfb987a (patch) | |
tree | becf164bb3057b9da850a67d08c6e2e760a82109 /security | |
parent | 2178659d2feae2092632a39417bdd0111cf4f69f (diff) | |
download | pkgsrc-bf590eb71216a6cf44b0e172f1b92259acfb987a.tar.gz |
Always kill --as-needed, it is known to break Solaris as well and has
created various interesting issues on other platforms as well.
From PR 40016.
Diffstat (limited to 'security')
-rw-r--r-- | security/policykit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/policykit/Makefile b/security/policykit/Makefile index 832f9bbbfa0..125d2e74dbc 100644 --- a/security/policykit/Makefile +++ b/security/policykit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/01/20 10:08:17 sketch Exp $ +# $NetBSD: Makefile,v 1.9 2009/03/05 14:17:46 joerg Exp $ # POLICYKIT_VER= 0.9 @@ -56,9 +56,7 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/PolicyKit.conf.NetBSD ${DESTDIR}${EGDIR}/PolicyKit.conf .endif -.if ${OPSYS} == "Darwin" BUILDLINK_TRANSFORM+= rm:-Wl,--as-needed -.endif pre-configure: cd ${WRKSRC} && autoconf |