]> git.pld-linux.org Git - packages/bluez-libs.git/commitdiff
- include sdp code in libbluetooth not libsdp; link libsdp properly
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Apr 2004 13:10:45 +0000 (13:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-libs-sdp.patch -> 1.1

bluez-libs-sdp.patch [new file with mode: 0644]

diff --git a/bluez-libs-sdp.patch b/bluez-libs-sdp.patch
new file mode 100644 (file)
index 0000000..e19496d
--- /dev/null
@@ -0,0 +1,16 @@
+--- bluez-libs-2.6/src/Makefile.am.orig        2004-04-02 03:19:17.000000000 +0200
++++ bluez-libs-2.6/src/Makefile.am     2004-04-11 15:13:57.688130104 +0200
+@@ -4,10 +4,11 @@
+ lib_LTLIBRARIES = libbluetooth.la libsdp.la
+-libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
++libbluetooth_la_SOURCES = bluetooth.c hci.c
+ libbluetooth_la_LDFLAGS = -version-info 1:4:0
+-libsdp_la_SOURCES =
++libsdp_la_SOURCES = sdp.c
+ libsdp_la_LDFLAGS = -version-info 2:2:0
++libsdp_la_LIBADD = libbluetooth.la
+ INCLUDES = -I$(top_builddir)/include
This page took 0.06669 seconds and 4 git commands to generate.