libxml2: cleanup configure args

This commit is contained in:
Peter Korsgaard 2008-08-23 13:08:34 +00:00
parent f27b2cc818
commit f5dc33a1a3
1 changed files with 1 additions and 8 deletions

View File

@ -15,14 +15,7 @@ ifneq ($(BR2_LARGEFILE),y)
LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE" LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE"
endif endif
LIBXML2_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ LIBXML2_CONF_OPT = --with-gnu-ld --enable-shared \
--build=$(GNU_HOST_NAME) --prefix=/usr \
--exec-prefix=/usr --bindir=/usr/bin \
--sbindir=/usr/sbin --libexecdir=/usr/lib \
--sysconfdir=/etc --datadir=/usr/share \
--localstatedir=/var --mandir=/usr/man \
--infodir=/usr/info --includedir=/usr/include \
--with-gnu-ld --enable-shared \
--enable-static --enable-ipv6=no \ --enable-static --enable-ipv6=no \
--without-debugging --without-python \ --without-debugging --without-python \
--without-threads $(DISABLE_NLS) --without-threads $(DISABLE_NLS)