From 1bcfa13c69fc67a33777679322fc8d7e415ea7dc Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 5 May 2020 23:10:35 +0200 Subject: [PATCH] - giflib: fix build --- make/target-libs.mk | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/make/target-libs.mk b/make/target-libs.mk index 014bc381..ecb0a6c5 100644 --- a/make/target-libs.mk +++ b/make/target-libs.mk @@ -137,16 +137,9 @@ giflib: $(ARCHIVE)/$(GIFLIB_SOURCE) | $(TARGET_DIR) $(REMOVE)/$(GIFLIB_TMP) $(UNTAR)/$(GIFLIB_SOURCE) $(CHDIR)/$(GIFLIB_TMP); \ - export ac_cv_prog_have_xmlto=no; \ - $(CONFIGURE) \ - --prefix= \ - --disable-static \ - --enable-shared \ - --bindir=$(remove-bindir) \ - ; \ - $(MAKE) all; \ - make install DESTDIR=$(TARGET_DIR) - $(REWRITE_LIBTOOL)/libgif.la + $(BUILD_ENV) \ + $(MAKE); \ + make install-include install-lib DESTDIR=$(TARGET_DIR) PREFIX= $(REMOVE)/$(GIFLIB_TMP) $(TOUCH)