diff options
author | joerg <joerg> | 2006-04-02 18:20:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-04-02 18:20:53 +0000 |
commit | 70eb291917b7deb02240d14ca5f0dbe2e287960b (patch) | |
tree | b2f05c30917c5d5dd5913643a9a7a85bd06f6c50 /sysutils/dbus/patches | |
parent | a399db120b4b1cf00caf469ab08dca3be794132e (diff) | |
download | pkgsrc-70eb291917b7deb02240d14ca5f0dbe2e287960b.tar.gz |
Build the convenience library as -static, otherwise binutils generates
incorrect relocation entries for errno on DragonFly. Bump revision.
Diffstat (limited to 'sysutils/dbus/patches')
-rw-r--r-- | sysutils/dbus/patches/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/dbus/patches/patch-ae b/sysutils/dbus/patches/patch-ae new file mode 100644 index 00000000000..bbd0ce3c5d8 --- /dev/null +++ b/sysutils/dbus/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1 2006/04/02 18:20:53 joerg Exp $ + +--- dbus/Makefile.in.orig 2006-04-02 17:39:35.000000000 +0000 ++++ dbus/Makefile.in +@@ -529,6 +529,7 @@ CLEANFILES = $(DBUS_GLIB_BUILT_INCLUDES) + noinst_LTLIBRARIES = libdbus-convenience.la + libdbus_1_la_LIBADD = $(DBUS_CLIENT_LIBS) + libdbus_1_la_LDFLAGS = -export-symbols-regex "^[^_].*" -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -no-undefined ++libdbus_convenience_la_LDFLAGS= -static + @DBUS_BUILD_TESTS_TRUE@TESTS_ENVIRONMENT = DBUS_TEST_DATA=$(top_builddir)/test/data DBUS_TEST_HOMEDIR=$(top_builddir)/dbus + @DBUS_BUILD_TESTS_FALSE@TESTS = + @DBUS_BUILD_TESTS_TRUE@TESTS = dbus-test |