diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile index 269aff7bc..e76c58979 100644 --- a/multimedia/tvheadend/Makefile +++ b/multimedia/tvheadend/Makefile @@ -72,7 +72,6 @@ define Package/tvheadend/install $(INSTALL_BIN) ./files/tvheadend.init $(1)/etc/init.d/tvheadend $(INSTALL_DIR) $(1)/lib/upgrade/keep.d $(INSTALL_DATA) ./files/tvheadend.upgrade $(1)/lib/upgrade/keep.d/tvheadend - $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/build.linux/tvheadend $(1)/usr/bin/ endef diff --git a/multimedia/tvheadend/patches/001-fix_Makefile_VFP_CFLAGS.patch b/multimedia/tvheadend/patches/001-fix_Makefile_VFP_CFLAGS.patch new file mode 100644 index 000000000..ba13c4c57 --- /dev/null +++ b/multimedia/tvheadend/patches/001-fix_Makefile_VFP_CFLAGS.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -282,7 +282,7 @@ include support/${OSENV}.mk + # Bundle files + $(BUILDDIR)/bundle.o: $(BUILDDIR)/bundle.c + @mkdir -p $(dir $@) +- $(CC) -I${CURDIR}/src -c -o $@ $< ++ $(CC) $(CFLAGS) -I${CURDIR}/src -c -o $@ $< + + $(BUILDDIR)/bundle.c: + @mkdir -p $(dir $@)