From: Bernd Kuhls Date: Sat, 5 Dec 2015 23:58:34 +0000 (+0100) Subject: package/libxml2: Remove autoreconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6f1b45e64b1507406ede1ed8728050202c8808c;p=buildroot.git package/libxml2: Remove autoreconf Autoreconf is not necessary since we do not patch this package anymore. LIBXML2_AUTORECONF was added back in 2012 https://git.busybox.net/buildroot/commit/package/libxml2?id=aa5d9ba3b86f21be934fdb436525a833bf120305 and apparently not removed along with the patches applied before https://git.busybox.net/buildroot/commit/package/libxml2?id=dc0e7cfc3e4050ce7c0404b11f747bf1500c50b7 Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index acfe59f4b8..ee9b2ca44e 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -7,7 +7,6 @@ LIBXML2_VERSION = 2.9.3 LIBXML2_SITE = ftp://xmlsoft.org/libxml2 LIBXML2_INSTALL_STAGING = YES -LIBXML2_AUTORECONF = YES LIBXML2_LICENSE = MIT LIBXML2_LICENSE_FILES = COPYING LIBXML2_CONFIG_SCRIPTS = xml2-config