summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus/dbus/no-static.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/dbus/dbus/no-static.patch')
-rw-r--r--meta/packages/dbus/dbus/no-static.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/dbus/dbus/no-static.patch b/meta/packages/dbus/dbus/no-static.patch
new file mode 100644
index 0000000000..a28a582681
--- /dev/null
+++ b/meta/packages/dbus/dbus/no-static.patch
@@ -0,0 +1,22 @@
1--- dbus-0.23.4/bus/Makefile.am.old 2006-02-04 11:51:26.000000000 +0000
2+++ dbus-0.23.4/bus/Makefile.am 2006-02-04 11:51:27.000000000 +0000
3@@ -63,7 +63,7 @@
4 dbus_daemon_1_LDADD= \
5 $(EFENCE) \
6 $(DBUS_BUS_LIBS) \
7- $(top_builddir)/dbus/libdbus-convenience.la
8+ $(top_builddir)/dbus/libdbus-1.la $(top_builddir)/dbus/libdbus-convenience.la
9
10 ## note that TESTS has special meaning (stuff to use in make check)
11 ## so if adding tests not to be run in make check, don't add them to
12--- dbus-0.23.4/dbus/Makefile.am.old 2006-02-04 13:27:03.000000000 +0000
13+++ dbus-0.23.4/dbus/Makefile.am 2006-02-04 13:27:04.000000000 +0000
14@@ -144,7 +144,7 @@
15 libdbus_1_la_LIBADD= $(DBUS_CLIENT_LIBS)
16 ## don't export symbols that start with "_" (we use this
17 ## convention for internal symbols)
18-libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*"
19+#libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*"
20
21 ## note that TESTS has special meaning (stuff to use in make check)
22 ## so if adding tests not to be run in make check, don't add them to