summaryrefslogtreecommitdiff
path: root/package/squeezelite/patches/patch-Makefile
blob: 37e191af900b490eef28ddc7fa7823b0c616e868 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- squeezelite-8b8dfe6918ebe45ade5f3d9b68d453d7b8128d99.orig/Makefile	2015-02-16 13:46:04.000000000 -0600
+++ squeezelite-8b8dfe6918ebe45ade5f3d9b68d453d7b8128d99/Makefile	2015-02-16 13:53:32.402174814 -0600
@@ -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