summaryrefslogtreecommitdiff
path: root/packages/dbus
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-02-05 22:18:24 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-05 22:18:24 +0000
commit9fc42a7dd92e6104ab7c4077507d93d35be7bf95 (patch)
tree7460294d52028d98cf3bc2e27b60e07f3f7e2458 /packages/dbus
parent8b1cc22759301dfcbb1c31d4c23562069b2b0d26 (diff)
parent638a56f9dbe28f640300cf0f8f40d732ac3a92ee (diff)
merge of 40d10bcbb5038258ca03225d0154ca5e48858b4d
and da977902d209ed78b9d35354ede0aa20347a5f1d
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