pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dbus Don't use -Wl,--gc-sections as it strips...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fcd885a034b
branches:  trunk
changeset: 550120:2fcd885a034b
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sat Nov 15 18:15:09 2008 +0000

description:
Don't use -Wl,--gc-sections as it strips .note.netbsd.* sections. Bump
pkg revision.

diffstat:

 sysutils/dbus/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 7daa48fa4f55 -r 2fcd885a034b sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Sat Nov 15 17:27:03 2008 +0000
+++ b/sysutils/dbus/Makefile    Sat Nov 15 18:15:09 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2008/11/15 03:59:10 chuck Exp $
+# $NetBSD: Makefile,v 1.36 2008/11/15 18:15:09 jmcneill Exp $
 
 DISTNAME=      dbus-1.2.4
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus/
 
@@ -92,6 +93,7 @@
 FILES_SUBST+=          DBUS_USER=${DBUS_USER}
 FILES_SUBST+=          DBUS_GROUP=${DBUS_GROUP}
 
+BUILDLINK_TRANSFORM+=  rm:-Wl,--gc-sections
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index