summaryrefslogtreecommitdiff
path: root/package/squeezelite/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-24 17:41:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-24 17:41:31 +0100
commit03cc85f5bcf21b524a7bf198a48aedce1e1706ea (patch)
tree2463f998a3db5e0b39b63216096fdb557efbc4b5 /package/squeezelite/patches
parent9569e02806499bf0ff1e47949f9f2877025e1e91 (diff)
add squeezelite player
Diffstat (limited to 'package/squeezelite/patches')
-rw-r--r--package/squeezelite/patches/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/squeezelite/patches/patch-Makefile b/package/squeezelite/patches/patch-Makefile
new file mode 100644
index 000000000..388c8ab31
--- /dev/null
+++ b/package/squeezelite/patches/patch-Makefile
@@ -0,0 +1,11 @@
+--- squeezelite-1.5.orig/Makefile 2014-01-24 11:24:16.000000000 +0100
++++ squeezelite-1.5/Makefile 2014-01-24 17:37:36.841831508 +0100
+@@ -1,6 +1,7 @@
+ # Cross compile support - create a Makefile which defines these three variables and then includes this Makefile...
+ CFLAGS ?= -Wall -fPIC -O2 $(OPTS)
+-LDFLAGS ?= -lasound -lpthread -lm -lrt
++LDFLAGS ?=
++LDFLAGS += -lasound -lpthread -lm -lrt
+ EXECUTABLE ?= squeezelite
+
+ # passing one or more of these in $(OPTS) enables optional feature inclusion