pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dbus Update from version 1.2.4.2nb1 to 1.2.4....
details: https://anonhg.NetBSD.org/pkgsrc/rev/2fa303033c5d
branches: trunk
changeset: 552810:2fa303033c5d
user: he <he%pkgsrc.org@localhost>
date: Fri Jan 09 21:54:15 2009 +0000
description:
Update from version 1.2.4.2nb1 to 1.2.4.2nb2.
Pkgsrc changes:
o Add BUILDLINK_TRANSFORM settings which deactivate -fPIE and -pie
in the compiler invocation. The configure script of this package
checks to see if gcc accepts those options, and uses them if it
does. However, apparently that does not mean that we universally
will be able to run the resulting executables -- on NetBSD/4.0
macppc the run-time linker says
"Unsupported relocation type 6 in non-PLT relocations"
Tested that the dbus-daemon executable remains runnable on both i386
and that it is so now on macppc.
Thanks to jmcneill@ and joerg@ for hints leading to this fix.
diffstat:
sysutils/dbus/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r a9b4a2c8ea16 -r 2fa303033c5d sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile Fri Jan 09 21:47:32 2009 +0000
+++ b/sysutils/dbus/Makefile Fri Jan 09 21:54:15 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2009/01/09 21:47:32 he Exp $
+# $NetBSD: Makefile,v 1.42 2009/01/09 21:54:15 he Exp $
DISTNAME= dbus-1.2.4.2permissive
PKGNAME= dbus-1.2.4.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
@@ -95,6 +95,10 @@
FILES_SUBST+= DBUS_GROUP=${DBUS_GROUP}
BUILDLINK_TRANSFORM+= rm:-Wl,--gc-sections
+# Package tries to use these if gcc accepts them, but that doesn't
+# mean that we universally can *run* the executables
+BUILDLINK_TRANSFORM+= rm:-fPIE
+BUILDLINK_TRANSFORM+= rm:-pie
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index