giflib: disable xmlto
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 26 Oct 2018 18:36:32 +0000 (20:36 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 26 Oct 2018 19:16:56 +0000 (21:16 +0200)
Fixes:
 - http://autobuild.buildroot.org/results/87c7fa4a8e393acaccc84bd2774f9eee32ef7d90

xmlto is optionally used to generate documentation, which we don't need.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/giflib/giflib.mk

index c1471de4083622e0b3286d4c8f8e164853be0b1d..29666eebea4c5610a0fe39bc9e3c82a6f5630876 100644 (file)
@@ -18,6 +18,8 @@ GIFLIB_BINS = \
        gifrsize gifspnge giftext giftool gifwedge icon2gif raw2gif rgb2gif \
        text2gif
 
+GIFLIB_CONF_ENV = ac_cv_prog_have_xmlto=no
+
 define GIFLIB_BINS_CLEANUP
        rm -f $(addprefix $(TARGET_DIR)/usr/bin/,$(GIFLIB_BINS))
 endef