patch-Makefile 502 B

1234567891011
  1. --- squeezelite-1.5.orig/Makefile 2014-01-24 11:24:16.000000000 +0100
  2. +++ squeezelite-1.5/Makefile 2014-01-24 17:37:36.841831508 +0100
  3. @@ -1,6 +1,7 @@
  4. # Cross compile support - create a Makefile which defines these three variables and then includes this Makefile...
  5. CFLAGS ?= -Wall -fPIC -O2 $(OPTS)
  6. -LDFLAGS ?= -lasound -lpthread -lm -lrt
  7. +LDFLAGS ?=
  8. +LDFLAGS += -lasound -lpthread -lm -lrt
  9. EXECUTABLE ?= squeezelite
  10. # passing one or more of these in $(OPTS) enables optional feature inclusion