From: Jaroslav Kysela Date: Wed, 3 Oct 2018 11:05:02 +0000 (+0200) Subject: Makefile: another fix for the static build X-Git-Tag: v4.2.7~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d4e575e9d76e7fdcd8040bbe3d402bc8f3d0285;p=thirdparty%2Ftvheadend.git Makefile: another fix for the static build --- diff --git a/Makefile b/Makefile index 3774b7a39..6d580cd45 100644 --- a/Makefile +++ b/Makefile @@ -779,8 +779,11 @@ ${BUILDDIR}/libffmpeg_stamp: ${BUILDDIR}/ffmpeg/build/ffmpeg/lib/libavcodec.a ${BUILDDIR}/ffmpeg/build/ffmpeg/lib/libavcodec.a: Makefile.ffmpeg ifeq ($(CONFIG_PCLOUD_CACHE),yes) $(MAKE) -f Makefile.ffmpeg libcacheget -endif $(MAKE) -f Makefile.ffmpeg build + $(MAKE) -f Makefile.ffmpeg libcacheput +else + $(MAKE) -f Makefile.ffmpeg build +endif # Static HDHOMERUN library @@ -794,8 +797,11 @@ ${BUILDDIR}/libhdhomerun_stamp: ${BUILDDIR}/hdhomerun/libhdhomerun/libhdhomerun. ${BUILDDIR}/hdhomerun/libhdhomerun/libhdhomerun.a: Makefile.hdhomerun ifeq ($(CONFIG_PCLOUD_CACHE),yes) $(MAKE) -f Makefile.hdhomerun libcacheget -endif $(MAKE) -f Makefile.hdhomerun build + $(MAKE) -f Makefile.hdhomerun libcacheput +else + $(MAKE) -f Makefile.hdhomerun build +endif .PHONY: ffmpeg_rebuild ffmpeg_rebuild: