bridge-utils: moved to github
[packages.git] / multimedia / tvheadend / patches / 001-fix_Makefile_VFP_CFLAGS.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -282,7 +282,7 @@ include support/${OSENV}.mk
4  # Bundle files
5  $(BUILDDIR)/bundle.o: $(BUILDDIR)/bundle.c
6         @mkdir -p $(dir $@)
7 -       $(CC) -I${CURDIR}/src -c -o $@ $<
8 +       $(CC) $(CFLAGS) -I${CURDIR}/src -c -o $@ $<
9  
10  $(BUILDDIR)/bundle.c:
11         @mkdir -p $(dir $@)