summaryrefslogtreecommitdiffstats
path: root/package/libxml2
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-23 13:08:34 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-23 13:08:34 +0000
commitf5dc33a1a3c5a399bfbf0a1021b459c1c81a7370 (patch)
treea27820c35b2514bffe7eecca3db272e7d84c4673 /package/libxml2
parentf27b2cc818fa35816d681060c17317d2f0ae6640 (diff)
downloadbuildroot-novena-f5dc33a1a3c5a399bfbf0a1021b459c1c81a7370.tar.gz
buildroot-novena-f5dc33a1a3c5a399bfbf0a1021b459c1c81a7370.zip
libxml2: cleanup configure args
Diffstat (limited to 'package/libxml2')
-rw-r--r--package/libxml2/libxml2.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
index 980163b5b..e34bedb91 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -15,14 +15,7 @@ ifneq ($(BR2_LARGEFILE),y)
LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE"
endif
-LIBXML2_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
- --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 \
+LIBXML2_CONF_OPT = --with-gnu-ld --enable-shared \
--enable-static --enable-ipv6=no \
--without-debugging --without-python \
--without-threads $(DISABLE_NLS)