summaryrefslogtreecommitdiff
path: root/packages/dbus
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2006-02-05 01:01:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-05 01:01:54 +0000
commita1e5ad6c67eaaf22b6223f3f3c2633177d77f4da (patch)
treeedf3a86d536491c46247a95e76c1910de359e9ae /packages/dbus
parent0c89a054a6e3279f935d0fd1b1a29d5da3b2089d (diff)
parentf5c58cb11d713fe6fabccc5265ba461600b0971c (diff)
merge of 253b3416d6485c95aa1653ae4d5b49a707d9fbe6
and 9b98e6390444bf96f5e5fa74d89ff83c0083a833
Diffstat (limited to 'packages/dbus')
-rw-r--r--packages/dbus/dbus/no-static.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/dbus/dbus/no-static.patch b/packages/dbus/dbus/no-static.patch
new file mode 100644
index 0000000000..a28a582681
--- /dev/null
+++ b/packages/dbus/dbus/no-static.patch
@@ -0,0 +1,22 @@
+--- dbus-0.23.4/bus/Makefile.am.old 2006-02-04 11:51:26.000000000 +0000
++++ dbus-0.23.4/bus/Makefile.am 2006-02-04 11:51:27.000000000 +0000
+@@ -63,7 +63,7 @@
+ dbus_daemon_1_LDADD= \
+ $(EFENCE) \
+ $(DBUS_BUS_LIBS) \
+- $(top_builddir)/dbus/libdbus-convenience.la
++ $(top_builddir)/dbus/libdbus-1.la $(top_builddir)/dbus/libdbus-convenience.la
+
+ ## note that TESTS has special meaning (stuff to use in make check)
+ ## so if adding tests not to be run in make check, don't add them to
+--- dbus-0.23.4/dbus/Makefile.am.old 2006-02-04 13:27:03.000000000 +0000
++++ dbus-0.23.4/dbus/Makefile.am 2006-02-04 13:27:04.000000000 +0000
+@@ -144,7 +144,7 @@
+ libdbus_1_la_LIBADD= $(DBUS_CLIENT_LIBS)
+ ## don't export symbols that start with "_" (we use this
+ ## convention for internal symbols)
+-libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*"
++#libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*"
+
+ ## note that TESTS has special meaning (stuff to use in make check)
+ ## so if adding tests not to be run in make check, don't add them to