From d4e050de1ac60ee5f5a327e39b1e415a878dc80e Mon Sep 17 00:00:00 2001 From: Markham Date: Wed, 11 Nov 2015 15:06:16 +0100 Subject: [PATCH] fix build tuxwetter --- make/plugins.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/plugins.mk b/make/plugins.mk index a9692fc..baf6fda 100644 --- a/make/plugins.mk +++ b/make/plugins.mk @@ -297,7 +297,7 @@ $(D)/tuxwetter: $(D)/freetype cp -a $(GIT_PLUGINS)/tuxwetter $(BUILD_TMP)/ && \ pushd $(BUILD_TMP)/tuxwetter && \ $(TARGET)-gcc $(TARGET_CFLAGS) -L$(TARGETPREFIX)/lib -I$(SOURCE_DIR)/neutrino-hd/src -g -o $(BUILD_TMP)/tuxwetter/tuxwetter starter.c && \ - $(TARGET)-gcc -Wall $(TARGET_CFLAGS) -L$(TARGETPREFIX)/lib -I$(TARGETPREFIX)/include/freetype2 -lpthread -lfreetype -lz -DWWEATHER -lcrypto -lssl -lcurl -ljpeg -lpng -lungif gifdecomp.c -o $(BUILD_TMP)/tuxwetter/tuxwetter.so tuxwetter.c gfx.c io.c text.c parser.c php.c http.c jpeg.c fb_display.c resize.c pngw.c gif.c + $(TARGET)-gcc -Wall $(TARGET_CFLAGS) -L$(TARGETPREFIX)/lib -I$(TARGETPREFIX)/include/freetype2 -lpthread -lfreetype -lz -DWWEATHER -lssl -lcrypto -lrtmp -lcurl -ljpeg -lpng -lungif gifdecomp.c -o $(BUILD_TMP)/tuxwetter/tuxwetter.so tuxwetter.c gfx.c io.c text.c parser.c php.c http.c jpeg.c fb_display.c resize.c pngw.c gif.c cp -f $(BUILD_TMP)/tuxwetter/tuxwetter.so $(LIBPLUG)/ cp -f $(BUILD_TMP)/tuxwetter/tuxwetter.cfg $(LIBPLUG)/ cp -f $(BUILD_TMP)/tuxwetter/tuxwetter.conf $(VARCONF)/tuxwetter/ -- 2.39.5