BIND_TARGET_LIBS = libbind9.* libdns.* libisccc.* libisccfg.* libisc.* liblwres.*
BIND_CONF_ENV = BUILD_CC="$(TARGET_CC)" \
BUILD_CFLAGS="$(TARGET_CFLAGS)"
-BIND_CONF_OPT = $(DISABLE_IPV6) \
+BIND_CONF_OPT = \
--sysconfdir=/etc \
--localstatedir=/var \
--with-randomdev=/dev/urandom \
--disable-resizer \
--enable-fsck \
--disable-e2initrd-helper \
- --disable-testio-debug \
- $(DISABLE_NLS) \
- $(DISABLE_LARGEFILE)
+ --disable-testio-debug
E2FSPROGS_MAKE_OPT = \
LDCONFIG=true
LXDOOM_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) --prefix=/usr \
- --includedir=/usr/include --enable-shared \
- $(DISABLE_NLS)
+ --includedir=/usr/include --enable-shared
LXDOOM_DEPENDENCIES = xserver_xorg-server
GREP_VERSION:=2.5.3
GREP_SOURCE:=grep-$(GREP_VERSION).tar.bz2
GREP_SITE:=$(BR2_GNU_MIRROR)/grep
-GREP_CONF_OPT = --disable-perl-regexp --without-included-regex \
- $(DISABLE_NLS) $(DISABLE_LARGEFILE)
+GREP_CONF_OPT = --disable-perl-regexp --without-included-regex
GREP_DEPENDENCIES = $(if $(BR2_ENABLE_LOCALE),gettext libintl)
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.bz2
LIBCURL_SITE = http://curl.haxx.se/download/
LIBCURL_INSTALL_STAGING = YES
-LIBCURL_CONF_OPT = --disable-verbose --disable-manual --enable-hidden-symbols \
- $(DISABLE_IPV6)
+LIBCURL_CONF_OPT = --disable-verbose --disable-manual --enable-hidden-symbols
ifeq ($(BR2_PACKAGE_OPENSSL),y)
LIBCURL_DEPENDENCIES += openssl
endif
LIBXML2_CONF_OPT = --with-gnu-ld --enable-shared \
- --enable-static $(DISABLE_IPV6) \
+ --enable-static \
--without-debugging --without-python \
- --without-threads
+ --without-threads
HOST_LIBXML2_DEPENDENCIES = host-pkg-config
LIBXSLT_CONF_OPT = --with-gnu-ld --enable-shared \
--enable-static $(LIBXSLT_XTRA_CONF_OPT) \
- $(DISABLE_NLS) $(DISABLE_IPV6) \
--without-debugging --without-python \
--without-threads \
--with-libxml-prefix=$(STAGING_DIR)/usr/
LIGHTTPD_SITE = http://download.lighttpd.net/lighttpd/releases-1.4.x
LIGHTTPD_LIBTOOL_PATCH = NO
-ifneq ($(BR2_LARGEFILE),y)
-LIGHTTPD_LFS:=$(DISABLE_LARGEFILE) --disable-lfs
-endif
-
LIGHTTPD_CONF_OPT = \
--libdir=/usr/lib/lighttpd \
--libexecdir=/usr/lib \
--localstatedir=/var \
--program-prefix="" \
- $(DISABLE_IPV6) \
- $(LIGHTTPD_LFS)
+ $(if $(BR2_LARGEFILE),,--disable-lfs)
ifeq ($(BR2_PACKAGE_LIGHTTPD_OPENSSL),y)
LIGHTTPD_DEPENDENCIES += openssl
GST_PLUGINS_BAD_LIBTOOL_PATCH = NO
GST_PLUGINS_BAD_CONF_OPT = \
- $(DISABLE_NLS) \
- $(DISABLE_LARGEFILE) \
--disable-examples
GST_PLUGINS_BAD_DEPENDENCIES = gst-plugins-base gstreamer liboil
GST_PLUGINS_BASE_CONF_ENV = FT2_CONFIG=/bin/false
GST_PLUGINS_BASE_CONF_OPT = \
- $(DISABLE_NLS) \
- $(DISABLE_LARGEFILE) \
--disable-examples \
--disable-x \
--disable-xvideo \
GST_PLUGINS_GOOD_LIBTOOL_PATCH = NO
GST_PLUGINS_GOOD_CONF_OPT = \
- $(DISABLE_NLS) \
--disable-debug \
--disable-examples \
--disable-directsound \
GST_PLUGINS_UGLY_LIBTOOL_PATCH = NO
GST_PLUGINS_UGLY_CONF_OPT = \
- $(DISABLE_NLS) \
--disable-examples
GST_PLUGINS_UGLY_DEPENDENCIES = gstreamer gst-plugins-base
PHP_INSTALL_TARGET_OPT = INSTALL_ROOT=$(TARGET_DIR) install
PHP_LIBTOOL_PATCH = NO
PHP_DEPENDENCIES =
-PHP_CONF_OPT = $(DISABLE_IPV6) \
- --mandir=/usr/share/man \
+PHP_CONF_OPT = --mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-all \
--without-pear \
WGET_VERSION = 1.12
WGET_SITE = $(BR2_GNU_MIRROR)/wget
-WGET_CONF_OPT = $(DISABLE_IPV6)
ifeq ($(BR2_PACKAGE_OPENSSL),y)
WGET_CONF_OPT += --with-ssl --with-libssl-prefix=$(STAGING_DIR)