Magellan Linux

Contents of /trunk/bluez/patches/bluez-4.41-as-needed.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 846 - (show annotations) (download)
Fri Jun 12 16:44:12 2009 UTC (14 years, 11 months ago) by niro
File size: 1129 byte(s)
-files and patches for bluez pkg

1 diff -Naur bluez-4.31.orig/common/Makefile.am bluez-4.31/common/Makefile.am
2 --- bluez-4.31.orig/common/Makefile.am 2009-02-27 22:57:29.515330134 +0100
3 +++ bluez-4.31/common/Makefile.am 2009-02-27 22:58:11.249328307 +0100
4 @@ -4,6 +4,8 @@
5 libhelper_a_SOURCES = oui.h oui.c textfile.h textfile.c logging.h logging.c \
6 glib-helper.h glib-helper.c sdp-xml.h sdp-xml.c btio.h btio.c
7
8 +libhelper_a_LIBADD = @BLUEZ_LIBS@
9 +
10 noinst_PROGRAMS = test_textfile
11
12 test_textfile_LDADD = libhelper.a
13 diff -Naur bluez-4.31.orig/test/Makefile.am bluez-4.31/test/Makefile.am
14 --- bluez-4.31.orig/test/Makefile.am 2009-02-27 22:57:29.518659538 +0100
15 +++ bluez-4.31/test/Makefile.am 2009-02-27 23:07:09.294597176 +0100
16 @@ -23,13 +23,13 @@
17
18 bdaddr_SOURCES = bdaddr.c
19
20 -bdaddr_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
21 +bdaddr_LDADD = $(top_builddir)/common/libhelper.a @BLUEZ_LIBS@
22
23 lmptest_LDADD = @BLUEZ_LIBS@
24
25 agent_LDADD = @DBUS_LIBS@
26
27 -btiotest_LDADD = @GLIB_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
28 +btiotest_LDADD = @GLIB_LIBS@ $(top_builddir)/common/libhelper.a @BLUEZ_LIBS@
29
30 noinst_MANS = bdaddr.8
31