]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/dbus/dbus/no-static.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / dbus / dbus / no-static.patch
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