Getting rid of a bit more configure options that's been centralized.
This commit is contained in:
parent
6b00041b87
commit
c86f23b770
@ -11,7 +11,7 @@ BRIDGE_AUTORECONF:=YES
|
||||
BRIDGE_INSTALL_STAGING:=NO
|
||||
BRIDGE_INSTALL_TARGET:=YES
|
||||
BRIDGE_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install
|
||||
BRIDGE_CONF_OPT:=--with-linux-headers=$(LINUX_HEADERS_DIR) $(DISABLE_NLS)
|
||||
BRIDGE_CONF_OPT:=--with-linux-headers=$(LINUX_HEADERS_DIR)
|
||||
BRIDGE_DEPENDENCIES:=uclibc
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,bridge))
|
||||
|
@ -8,7 +8,7 @@ GMPC_SOURCE = gmpc-$(GMPC_VERSION).tar.gz
|
||||
GMPC_SITE = http://download.sarine.nl/download/Programs/gmpc/$(GMPC_VERSION)/
|
||||
GMPC_LIBTOOL_PATCH = NO
|
||||
GMPC_CONF_ENV = ac_cv_lib_curl_curl_global_init=yes
|
||||
GMPC_CONF_OPT = --disable-mmkeys $(DISABLE_NLS)
|
||||
GMPC_CONF_OPT = --disable-mmkeys
|
||||
|
||||
|
||||
GMPC_DEPENDENCIES = libglib2 libgtk2 libglade libcurl libmpd
|
||||
|
@ -10,7 +10,7 @@ LIBCONFUSE_AUTORECONF:=NO
|
||||
LIBCONFUSE_INSTALL_STAGING:=YES
|
||||
LIBCONFUSE_INSTALL_TARGET:=YES
|
||||
|
||||
LIBCONFUSE_CONF_OPT:=--enable-shared --disable-rpath $(DISABLE_NLS)
|
||||
LIBCONFUSE_CONF_OPT:=--enable-shared --disable-rpath
|
||||
|
||||
LIBCONFUSE_DEPENDENCIES = uclibc
|
||||
|
||||
|
@ -8,7 +8,7 @@ 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_NLS) $(DISABLE_LARGEFILE) $(DISABLE_IPV6)
|
||||
$(DISABLE_IPV6)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
LIBCURL_DEPENDENCIES += openssl
|
||||
|
@ -11,7 +11,7 @@ LIBDAEMON_AUTORECONF:=no
|
||||
LIBDAEMON_INSTALL_STAGING:=YES
|
||||
LIBDAEMON_INSTALL_TARGET:=YES
|
||||
LIBDAEMON_CONF_ENV:=ac_cv_func_setpgrp_void=no
|
||||
LIBDAEMON_CONF_OPT:=--disable-lynx $(DISABLE_NLS) $(DISABLE_LARGEFILE)
|
||||
LIBDAEMON_CONF_OPT:=--disable-lynx
|
||||
|
||||
LIBDAEMON_DEPENDENCIES:=uclibc pkgconfig
|
||||
|
||||
|
@ -75,7 +75,6 @@ LIBGTK2_CONF_OPT = --enable-shared \
|
||||
--disable-glibtest \
|
||||
--enable-explicit-deps=no \
|
||||
--disable-debug \
|
||||
$(DISABLE_LARGEFILE) \
|
||||
$(LIBGTK2_CONF_OPT_X) \
|
||||
$(LIBGTK2_CONF_OPT_DFB)
|
||||
|
||||
|
@ -16,7 +16,7 @@ endif
|
||||
LIBXML2_CONF_OPT = --with-gnu-ld --enable-shared \
|
||||
--enable-static $(DISABLE_IPV6) \
|
||||
--without-debugging --without-python \
|
||||
--without-threads $(DISABLE_NLS)
|
||||
--without-threads
|
||||
|
||||
LIBXML2_DEPENDENCIES = uclibc
|
||||
|
||||
|
@ -11,7 +11,6 @@ LZO_INSTALL_STAGING = YES
|
||||
LZO_INSTALL_TARGET = YES
|
||||
LZO_INSTALL_STAGING_OPT = CC="$(TARGET_CC)" DESTDIR=$(STAGING_DIR) install
|
||||
LZO_CONF_ENV =
|
||||
LZO_CONF_OPT = $(DISABLE_LARGEFILE)
|
||||
LZO_DEPENDENCIES = uclibc
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,lzo))
|
||||
|
@ -19,8 +19,6 @@ GSTREAMER_CONF_ENV = as_cv_unaligned_access=no
|
||||
endif
|
||||
|
||||
GSTREAMER_CONF_OPT = \
|
||||
$(DISABLE_NLS) \
|
||||
$(DISABLE_LARGEFILE) \
|
||||
--disable-examples \
|
||||
--disable-tests \
|
||||
--disable-failing-tests
|
||||
|
@ -12,7 +12,7 @@ SPEEX_INSTALL_TARGET = YES
|
||||
SPEEX_DEPENDENCIES = libogg
|
||||
SPEEX_CONF_OPT = --with-ogg-libraries=$(STAGING_DIR)/usr/lib \
|
||||
--with-ogg-includes=$(STAGING_DIR)/usr/include \
|
||||
--enable-fixed-point $(DISABLE_NLS)
|
||||
--enable-fixed-point
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPEEX_ARM4),y)
|
||||
SPEEX_CONF_OPT += --enable-arm4-asm
|
||||
|
@ -10,7 +10,6 @@ NETCAT_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/netc
|
||||
NETCAT_AUTORECONF:=NO
|
||||
NETCAT_INSTALL_STAGING:=NO
|
||||
NETCAT_INSTALL_TARGET:=YES
|
||||
NETCAT_CONF_OPT:= $(DISABLE_NLS)
|
||||
|
||||
NETCAT_DEPENDENCIES = uclibc
|
||||
|
||||
|
@ -11,7 +11,7 @@ PSMISC_INSTALL_STAGING:=no
|
||||
PSMISC_INSTALL_TARGET:=YES
|
||||
PSMISC_CONF_ENV:=ac_cv_func_malloc_0_nonnull=yes \
|
||||
ac_cv_func_realloc_0_nonnull=yes
|
||||
PSMISC_CONF_OPT:= $(DISABLE_NLS) $(DISABLE_IPV6)
|
||||
PSMISC_CONF_OPT:= $(DISABLE_IPV6)
|
||||
PSMISC_DEPENDENCIES:=uclibc ncurses
|
||||
|
||||
ifeq ($(BR2_ENABLE_LOCALE),y)
|
||||
|
@ -20,8 +20,7 @@ RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \
|
||||
--with-libbeecrypt=$(STAGING_DIR) \
|
||||
--with-popt=$(STAGING_DIR) \
|
||||
--with-mutex=UNIX/fcntl \
|
||||
--with-bzip2 \
|
||||
$(DISABLE_NLS)
|
||||
--with-bzip2
|
||||
|
||||
RPM_MAKE_OPT = -j1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user