]> git.pld-linux.org Git - packages/anyremote.git/commitdiff
- fix linking with -lbluetooth
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 19 Nov 2006 17:37:32 +0000 (17:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anyremote-link.patch -> 1.1

anyremote-link.patch [new file with mode: 0644]

diff --git a/anyremote-link.patch b/anyremote-link.patch
new file mode 100644 (file)
index 0000000..e822bdb
--- /dev/null
@@ -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
This page took 0.055036 seconds and 4 git commands to generate.