From: wittinobi Date: Sun, 20 Apr 2014 13:56:18 +0000 (+0200) Subject: fix compile tuxwetter X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=1ac44bb9ac4d7409bf10bf27c50a33f48819ca7c;p=bs-cst-neutrino-hd.git fix compile tuxwetter --- diff --git a/make/plugins.mk b/make/plugins.mk index f4b1b3e..33fecaf 100644 --- a/make/plugins.mk +++ b/make/plugins.mk @@ -270,7 +270,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 -lfreetype -lz -DWWEATHER -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 -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 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/