]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile: small fix (hdhomerun)
authorJaroslav Kysela <perex@perex.cz>
Thu, 7 Apr 2016 11:13:24 +0000 (13:13 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 7 Apr 2016 11:13:24 +0000 (13:13 +0200)
Makefile

index cd45cb9a7a2f0fafd6319790db159ff053f0dc2c..be69b410a8f16488b1f9184c28d3a8d7cf47a888 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -142,9 +142,7 @@ endif
 
 ifeq ($(CONFIG_HDHOMERUN_STATIC),yes)
 CFLAGS  += -I$(BUILDDIR)/hdhomerun
-LDFLAGS += \
-    $(BUILDDIR)/hdhomerun/libhdhomerun/libhdhomerun.a \
-    -L$(BUILDDIR)/hdhomerun/libhdhomerun
+LDFLAGS += $(BUILDDIR)/hdhomerun/libhdhomerun/libhdhomerun.a
 endif
 
 vpath %.c $(ROOTDIR)