pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/policykit Always kill --as-needed, it is know...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c24f35c39612
branches:  trunk
changeset: 555567:c24f35c39612
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 05 14:17:46 2009 +0000

description:
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:

 security/policykit/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r fd3c83c3c210 -r c24f35c39612 security/policykit/Makefile
--- a/security/policykit/Makefile       Thu Mar 05 13:12:10 2009 +0000
+++ b/security/policykit/Makefile       Thu Mar 05 14:17:46 2009 +0000
@@ -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 @@
        ${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



Home | Main Index | Thread Index | Old Index