SOURCES: anyremote-link.patch (NEW) - fix linking with -lbluetooth
megabajt
megabajt at pld-linux.org
Sun Nov 19 18:37:37 CET 2006
Author: megabajt Date: Sun Nov 19 17:37:37 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix linking with -lbluetooth
---- Files affected:
SOURCES:
anyremote-link.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/anyremote-link.patch
diff -u /dev/null SOURCES/anyremote-link.patch:1.1
--- /dev/null Sun Nov 19 18:37:37 2006
+++ SOURCES/anyremote-link.patch Sun Nov 19 18:37:32 2006
@@ -0,0 +1,9 @@
+diff -urN anyremote-2.0/src/Makefile.am anyremote-2.0.new/src/Makefile.am
+--- anyremote-2.0/src/Makefile.am 2006-11-03 17:58:20.000000000 +0100
++++ anyremote-2.0.new/src/Makefile.am 2006-11-19 18:32:58.000000000 +0100
+@@ -1,3 +1,4 @@
+ bin_PROGRAMS = anyremote
+ anyremote_SOURCES = atsend.c btio.c main.c parse.c atsend.h common.h btio.h common.h parse.h
+-anyremote_LDFLAGS = @LDFLAGS@ -lbluetooth
++anyremote_LDFLAGS = @LDFLAGS@
++anyremote_LDADD = -lbluetooth
================================================================
More information about the pld-cvs-commit
mailing list