package: indentation cleanup

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jerzy Grzegorek 2014-12-22 09:12:05 +01:00 committed by Thomas Petazzoni
parent 574f2f2bb8
commit dd7346f415
27 changed files with 243 additions and 243 deletions

View File

@ -68,20 +68,20 @@ AVAHI_CONF_ENV = ac_cv_func_strtod=yes \
DATADIRNAME=share DATADIRNAME=share
AVAHI_CONF_OPTS = \ AVAHI_CONF_OPTS = \
--disable-qt3 \ --disable-qt3 \
--disable-qt4 \ --disable-qt4 \
--disable-gdbm \ --disable-gdbm \
--disable-pygtk \ --disable-pygtk \
--disable-mono \ --disable-mono \
--disable-monodoc \ --disable-monodoc \
--disable-stack-protector \ --disable-stack-protector \
--with-distro=none \ --with-distro=none \
--disable-manpages \ --disable-manpages \
$(if $(BR2_PACKAGE_AVAHI_AUTOIPD),--enable,--disable)-autoipd \ $(if $(BR2_PACKAGE_AVAHI_AUTOIPD),--enable,--disable)-autoipd \
--with-avahi-user=avahi \ --with-avahi-user=avahi \
--with-avahi-group=avahi \ --with-avahi-group=avahi \
--with-autoipd-user=avahi \ --with-autoipd-user=avahi \
--with-autoipd-group=avahi --with-autoipd-group=avahi
AVAHI_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) host-intltool \ AVAHI_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) host-intltool \
host-pkgconf host-gettext host-pkgconf host-gettext

View File

@ -12,10 +12,10 @@ BEECRYPT_LICENSE = LGPLv2.1+
BEECRYPT_LICENSE_FILES = COPYING.LIB BEECRYPT_LICENSE_FILES = COPYING.LIB
BEECRYPT_CONF_OPTS = \ BEECRYPT_CONF_OPTS = \
--disable-expert-mode \ --disable-expert-mode \
--without-java \ --without-java \
--without-python \ --without-python \
--disable-openmp --disable-openmp
ifeq ($(BR2_PACKAGE_BEECRYPT_CPP),y) ifeq ($(BR2_PACKAGE_BEECRYPT_CPP),y)
BEECRYPT_DEPENDENCIES += icu BEECRYPT_DEPENDENCIES += icu

View File

@ -21,9 +21,9 @@ BIND_TARGET_TOOLS_BIN = dig host nslookup nsupdate
BIND_CONF_ENV = BUILD_CC="$(TARGET_CC)" \ BIND_CONF_ENV = BUILD_CC="$(TARGET_CC)" \
BUILD_CFLAGS="$(TARGET_CFLAGS)" BUILD_CFLAGS="$(TARGET_CFLAGS)"
BIND_CONF_OPTS = \ BIND_CONF_OPTS = \
--with-randomdev=/dev/urandom \ --with-randomdev=/dev/urandom \
--enable-epoll --with-libtool \ --enable-epoll --with-libtool \
--with-gssapi=no --enable-rrl --with-gssapi=no --enable-rrl
ifeq ($(BR2_PACKAGE_LIBCAP),y) ifeq ($(BR2_PACKAGE_LIBCAP),y)
BIND_CONF_OPTS += --enable-linux-caps BIND_CONF_OPTS += --enable-linux-caps

View File

@ -15,24 +15,24 @@ DBUS_GLIB_CONF_ENV = ac_cv_have_abstract_sockets=yes \
have_abstract_sockets=yes have_abstract_sockets=yes
DBUS_GLIB_CONF_OPTS = \ DBUS_GLIB_CONF_OPTS = \
--disable-tests \ --disable-tests \
--disable-xml-docs \ --disable-xml-docs \
--with-introspect-xml=$(DBUS_HOST_INTROSPECT) \ --with-introspect-xml=$(DBUS_HOST_INTROSPECT) \
--with-dbus-binding-tool=$(DBUS_GLIB_HOST_BINARY) \ --with-dbus-binding-tool=$(DBUS_GLIB_HOST_BINARY) \
--disable-bash-completion \ --disable-bash-completion \
--disable-doxygen-docs \ --disable-doxygen-docs \
--enable-asserts=yes --enable-asserts=yes
DBUS_GLIB_DEPENDENCIES = host-pkgconf dbus host-dbus host-dbus-glib libglib2 expat DBUS_GLIB_DEPENDENCIES = host-pkgconf dbus host-dbus host-dbus-glib libglib2 expat
HOST_DBUS_GLIB_DEPENDENCIES = host-dbus host-expat host-libglib2 HOST_DBUS_GLIB_DEPENDENCIES = host-dbus host-expat host-libglib2
HOST_DBUS_GLIB_CONF_OPTS = \ HOST_DBUS_GLIB_CONF_OPTS = \
--disable-tests \ --disable-tests \
--disable-xml-docs \ --disable-xml-docs \
--disable-bash-completion \ --disable-bash-completion \
--disable-doxygen-docs \ --disable-doxygen-docs \
--enable-asserts=yes --enable-asserts=yes
$(eval $(autotools-package)) $(eval $(autotools-package))
$(eval $(host-autotools-package)) $(eval $(host-autotools-package))

View File

@ -87,16 +87,16 @@ endef
HOST_DBUS_DEPENDENCIES = host-pkgconf host-expat HOST_DBUS_DEPENDENCIES = host-pkgconf host-expat
HOST_DBUS_CONF_OPTS = \ HOST_DBUS_CONF_OPTS = \
--with-dbus-user=dbus \ --with-dbus-user=dbus \
--disable-tests \ --disable-tests \
--disable-asserts \ --disable-asserts \
--enable-abstract-sockets \ --enable-abstract-sockets \
--disable-selinux \ --disable-selinux \
--disable-xml-docs \ --disable-xml-docs \
--disable-doxygen-docs \ --disable-doxygen-docs \
--enable-dnotify \ --enable-dnotify \
--without-x \ --without-x \
--with-xml=expat --with-xml=expat
# dbus for the host # dbus for the host
DBUS_HOST_INTROSPECT = $(HOST_DBUS_DIR)/introspect.xml DBUS_HOST_INTROSPECT = $(HOST_DBUS_DIR)/introspect.xml

View File

@ -144,10 +144,10 @@ endif
HOST_DIRECTFB_DEPENDENCIES = host-pkgconf host-libpng HOST_DIRECTFB_DEPENDENCIES = host-pkgconf host-libpng
HOST_DIRECTFB_CONF_OPTS = \ HOST_DIRECTFB_CONF_OPTS = \
--disable-multi \ --disable-multi \
--enable-png \ --enable-png \
--with-gfxdrivers=none \ --with-gfxdrivers=none \
--with-inputdrivers=none --with-inputdrivers=none
HOST_DIRECTFB_BUILD_CMDS = \ HOST_DIRECTFB_BUILD_CMDS = \
$(MAKE) -C $(@D)/tools directfb-csource $(MAKE) -C $(@D)/tools directfb-csource

View File

@ -16,7 +16,7 @@ FONTCONFIG_CONF_OPTS = --with-arch=$(GNU_TARGET_NAME) \
--disable-docs --disable-docs
HOST_FONTCONFIG_CONF_OPTS = \ HOST_FONTCONFIG_CONF_OPTS = \
--disable-static --disable-static
$(eval $(autotools-package)) $(eval $(autotools-package))
$(eval $(host-autotools-package)) $(eval $(host-autotools-package))

View File

@ -21,9 +21,9 @@ GST_FFMPEG_LICENSE_FILES = COPYING.LIB gst-libs/ext/libav/COPYING.LGPLv2.1 gst-l
endif endif
GST_FFMPEG_CONF_EXTRA_OPTS = \ GST_FFMPEG_CONF_EXTRA_OPTS = \
--cross-prefix=$(TARGET_CROSS) \ --cross-prefix=$(TARGET_CROSS) \
--target-os=linux \ --target-os=linux \
--pkg-config='$(PKG_CONFIG_HOST_BINARY)' --pkg-config='$(PKG_CONFIG_HOST_BINARY)'
ifeq ($(BR2_PACKAGE_ZLIB),y) ifeq ($(BR2_PACKAGE_ZLIB),y)
GST_FFMPEG_CONF_EXTRA_OPTS += --enable-zlib GST_FFMPEG_CONF_EXTRA_OPTS += --enable-zlib

View File

@ -9,7 +9,7 @@ GST_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST_PLUGINS_BAD_VERSION).tar.xz
GST_PLUGINS_BAD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-bad GST_PLUGINS_BAD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-bad
GST_PLUGINS_BAD_CONF_OPTS = \ GST_PLUGINS_BAD_CONF_OPTS = \
--disable-examples --disable-examples
GST_PLUGINS_BAD_DEPENDENCIES = gst-plugins-base gstreamer GST_PLUGINS_BAD_DEPENDENCIES = gst-plugins-base gstreamer

View File

@ -17,10 +17,10 @@ GST_PLUGINS_BASE_CONF_ENV =
ac_cv_header_stdint_t="stdint.h" ac_cv_header_stdint_t="stdint.h"
GST_PLUGINS_BASE_CONF_OPTS = \ GST_PLUGINS_BASE_CONF_OPTS = \
--disable-examples \ --disable-examples \
--disable-oggtest \ --disable-oggtest \
--disable-vorbistest \ --disable-vorbistest \
--disable-freetypetest --disable-freetypetest
GST_PLUGINS_BASE_DEPENDENCIES = gstreamer GST_PLUGINS_BASE_DEPENDENCIES = gstreamer

View File

@ -9,16 +9,16 @@ GST_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST_PLUGINS_GOOD_VERSION).tar.xz
GST_PLUGINS_GOOD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-good GST_PLUGINS_GOOD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-good
GST_PLUGINS_GOOD_CONF_OPTS = \ GST_PLUGINS_GOOD_CONF_OPTS = \
--disable-examples \ --disable-examples \
--disable-directsound \ --disable-directsound \
--disable-sunaudio \ --disable-sunaudio \
--disable-osx_audio \ --disable-osx_audio \
--disable-osx_video \ --disable-osx_video \
--disable-aalib \ --disable-aalib \
--disable-aalibtest \ --disable-aalibtest \
--disable-esd \ --disable-esd \
--disable-esdtest \ --disable-esdtest \
--disable-shout2 --disable-shout2
GST_PLUGINS_GOOD_DEPENDENCIES = gstreamer gst-plugins-base GST_PLUGINS_GOOD_DEPENDENCIES = gstreamer gst-plugins-base

View File

@ -9,7 +9,7 @@ GST_PLUGINS_UGLY_SOURCE = gst-plugins-ugly-$(GST_PLUGINS_UGLY_VERSION).tar.xz
GST_PLUGINS_UGLY_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-ugly GST_PLUGINS_UGLY_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-ugly
GST_PLUGINS_UGLY_CONF_OPTS = \ GST_PLUGINS_UGLY_CONF_OPTS = \
--disable-examples --disable-examples
GST_PLUGINS_UGLY_DEPENDENCIES = gstreamer gst-plugins-base GST_PLUGINS_UGLY_DEPENDENCIES = gstreamer gst-plugins-base

View File

@ -20,12 +20,12 @@ GSTREAMER_CONF_ENV = as_cv_unaligned_access=yes
endif endif
GSTREAMER_CONF_OPTS = \ GSTREAMER_CONF_OPTS = \
--disable-examples \ --disable-examples \
--disable-tests \ --disable-tests \
--disable-failing-tests \ --disable-failing-tests \
--disable-loadsave \ --disable-loadsave \
$(if $(BR2_PACKAGE_GSTREAMER_GST_DEBUG),,--disable-gst-debug) \ $(if $(BR2_PACKAGE_GSTREAMER_GST_DEBUG),,--disable-gst-debug) \
$(if $(BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY),,--disable-registry) $(if $(BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY),,--disable-registry)
GSTREAMER_DEPENDENCIES = libglib2 host-pkgconf host-bison host-flex GSTREAMER_DEPENDENCIES = libglib2 host-pkgconf host-bison host-flex

View File

@ -13,76 +13,76 @@ GTK2_ENGINES_LICENSE = LGPLv2.1+
GTK2_ENGINES_LICENSE_FILES = COPYING GTK2_ENGINES_LICENSE_FILES = COPYING
GTK2_ENGINES_CONF_ENV = \ GTK2_ENGINES_CONF_ENV = \
ac_cv_func_posix_getpwuid_r=yes \ ac_cv_func_posix_getpwuid_r=yes \
glib_cv_stack_grows=no \ glib_cv_stack_grows=no \
glib_cv_uscore=no \ glib_cv_uscore=no \
ac_cv_func_strtod=yes \ ac_cv_func_strtod=yes \
ac_fsusage_space=yes \ ac_fsusage_space=yes \
fu_cv_sys_stat_statfs2_bsize=yes \ fu_cv_sys_stat_statfs2_bsize=yes \
ac_cv_func_closedir_void=no \ ac_cv_func_closedir_void=no \
ac_cv_func_getloadavg=no \ ac_cv_func_getloadavg=no \
ac_cv_lib_util_getloadavg=no \ ac_cv_lib_util_getloadavg=no \
ac_cv_lib_getloadavg_getloadavg=no \ ac_cv_lib_getloadavg_getloadavg=no \
ac_cv_func_getgroups=yes \ ac_cv_func_getgroups=yes \
ac_cv_func_getgroups_works=yes \ ac_cv_func_getgroups_works=yes \
ac_cv_func_chown_works=yes \ ac_cv_func_chown_works=yes \
ac_cv_have_decl_euidaccess=no \ ac_cv_have_decl_euidaccess=no \
ac_cv_func_euidaccess=no \ ac_cv_func_euidaccess=no \
ac_cv_have_decl_strnlen=yes \ ac_cv_have_decl_strnlen=yes \
ac_cv_func_strnlen_working=yes \ ac_cv_func_strnlen_working=yes \
ac_cv_func_lstat_dereferences_slashed_symlink=yes \ ac_cv_func_lstat_dereferences_slashed_symlink=yes \
ac_cv_func_lstat_empty_string_bug=no \ ac_cv_func_lstat_empty_string_bug=no \
ac_cv_func_stat_empty_string_bug=no \ ac_cv_func_stat_empty_string_bug=no \
vb_cv_func_rename_trailing_slash_bug=no \ vb_cv_func_rename_trailing_slash_bug=no \
ac_cv_have_decl_nanosleep=yes \ ac_cv_have_decl_nanosleep=yes \
jm_cv_func_nanosleep_works=yes \ jm_cv_func_nanosleep_works=yes \
gl_cv_func_working_utimes=yes \ gl_cv_func_working_utimes=yes \
ac_cv_func_utime_null=yes \ ac_cv_func_utime_null=yes \
ac_cv_have_decl_strerror_r=yes \ ac_cv_have_decl_strerror_r=yes \
ac_cv_func_strerror_r_char_p=no \ ac_cv_func_strerror_r_char_p=no \
jm_cv_func_svid_putenv=yes \ jm_cv_func_svid_putenv=yes \
ac_cv_func_getcwd_null=yes \ ac_cv_func_getcwd_null=yes \
ac_cv_func_getdelim=yes \ ac_cv_func_getdelim=yes \
ac_cv_func_mkstemp=yes \ ac_cv_func_mkstemp=yes \
utils_cv_func_mkstemp_limitations=no \ utils_cv_func_mkstemp_limitations=no \
utils_cv_func_mkdir_trailing_slash_bug=no \ utils_cv_func_mkdir_trailing_slash_bug=no \
jm_cv_func_gettimeofday_clobber=no \ jm_cv_func_gettimeofday_clobber=no \
gl_cv_func_working_readdir=yes \ gl_cv_func_working_readdir=yes \
jm_ac_cv_func_link_follows_symlink=no \ jm_ac_cv_func_link_follows_symlink=no \
utils_cv_localtime_cache=no \ utils_cv_localtime_cache=no \
ac_cv_struct_st_mtim_nsec=no \ ac_cv_struct_st_mtim_nsec=no \
gl_cv_func_tzset_clobber=no \ gl_cv_func_tzset_clobber=no \
gl_cv_func_getcwd_null=yes \ gl_cv_func_getcwd_null=yes \
gl_cv_func_getcwd_path_max=yes \ gl_cv_func_getcwd_path_max=yes \
ac_cv_func_fnmatch_gnu=yes \ ac_cv_func_fnmatch_gnu=yes \
am_getline_needs_run_time_check=no \ am_getline_needs_run_time_check=no \
am_cv_func_working_getline=yes \ am_cv_func_working_getline=yes \
gl_cv_func_mkdir_trailing_slash_bug=no \ gl_cv_func_mkdir_trailing_slash_bug=no \
gl_cv_func_mkstemp_limitations=no \ gl_cv_func_mkstemp_limitations=no \
ac_cv_func_working_mktime=yes \ ac_cv_func_working_mktime=yes \
jm_cv_func_working_re_compile_pattern=yes \ jm_cv_func_working_re_compile_pattern=yes \
ac_use_included_regex=no \ ac_use_included_regex=no \
gl_cv_c_restrict=no \ gl_cv_c_restrict=no \
ac_cv_path_CUPS_CONFIG=no ac_cv_path_CUPS_CONFIG=no
GTK2_ENGINES_CONF_OPTS = \ GTK2_ENGINES_CONF_OPTS = \
--with-x \ --with-x \
--x-includes=$(STAGING_DIR)/usr/include/X11 \ --x-includes=$(STAGING_DIR)/usr/include/X11 \
--x-libraries=$(STAGING_DIR)/usr/lib \ --x-libraries=$(STAGING_DIR)/usr/lib \
--disable-glibtest \ --disable-glibtest \
--enable-explicit-deps=no \ --enable-explicit-deps=no \
--enable-clearlooks \ --enable-clearlooks \
--disable-crux \ --disable-crux \
--disable-hc \ --disable-hc \
--disable-industrial \ --disable-industrial \
--disable-mist \ --disable-mist \
--disable-redmond \ --disable-redmond \
--disable-smooth \ --disable-smooth \
--disable-glide \ --disable-glide \
--disable-thinice \ --disable-thinice \
--enable-animation \ --enable-animation \
--disable-development \ --disable-development \
--disable-paranoia \ --disable-paranoia \
--disable-deprecated --disable-deprecated
$(eval $(autotools-package)) $(eval $(autotools-package))

View File

@ -12,9 +12,9 @@ LIBFUSE_LICENSE_FILES = COPYING COPYING.LIB
LIBFUSE_INSTALL_STAGING = YES LIBFUSE_INSTALL_STAGING = YES
LIBFUSE_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv) LIBFUSE_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
LIBFUSE_CONF_OPTS = \ LIBFUSE_CONF_OPTS = \
--disable-example \ --disable-example \
--enable-lib \ --enable-lib \
--enable-util --enable-util
define LIBFUSE_INSTALL_TARGET_CMDS define LIBFUSE_INSTALL_TARGET_CMDS
cp -dpf $(STAGING_DIR)/usr/bin/fusermount $(TARGET_DIR)/usr/bin/ cp -dpf $(STAGING_DIR)/usr/bin/fusermount $(TARGET_DIR)/usr/bin/

View File

@ -15,38 +15,38 @@ LIBGLIB2_INSTALL_STAGING = YES
LIBGLIB2_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install LIBGLIB2_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
LIBGLIB2_CONF_ENV = \ LIBGLIB2_CONF_ENV = \
ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
glib_cv_uscore=no ac_cv_func_strtod=yes \ glib_cv_uscore=no ac_cv_func_strtod=yes \
ac_fsusage_space=yes fu_cv_sys_stat_statfs2_bsize=yes \ ac_fsusage_space=yes fu_cv_sys_stat_statfs2_bsize=yes \
ac_cv_func_closedir_void=no ac_cv_func_getloadavg=no \ ac_cv_func_closedir_void=no ac_cv_func_getloadavg=no \
ac_cv_lib_util_getloadavg=no ac_cv_lib_getloadavg_getloadavg=no \ ac_cv_lib_util_getloadavg=no ac_cv_lib_getloadavg_getloadavg=no \
ac_cv_func_getgroups=yes ac_cv_func_getgroups_works=yes \ ac_cv_func_getgroups=yes ac_cv_func_getgroups_works=yes \
ac_cv_func_chown_works=yes ac_cv_have_decl_euidaccess=no \ ac_cv_func_chown_works=yes ac_cv_have_decl_euidaccess=no \
ac_cv_func_euidaccess=no ac_cv_have_decl_strnlen=yes \ ac_cv_func_euidaccess=no ac_cv_have_decl_strnlen=yes \
ac_cv_func_strnlen_working=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes \ ac_cv_func_strnlen_working=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes \
ac_cv_func_lstat_empty_string_bug=no ac_cv_func_stat_empty_string_bug=no \ ac_cv_func_lstat_empty_string_bug=no ac_cv_func_stat_empty_string_bug=no \
vb_cv_func_rename_trailing_slash_bug=no ac_cv_have_decl_nanosleep=yes \ vb_cv_func_rename_trailing_slash_bug=no ac_cv_have_decl_nanosleep=yes \
jm_cv_func_nanosleep_works=yes gl_cv_func_working_utimes=yes \ jm_cv_func_nanosleep_works=yes gl_cv_func_working_utimes=yes \
ac_cv_func_utime_null=yes ac_cv_have_decl_strerror_r=yes \ ac_cv_func_utime_null=yes ac_cv_have_decl_strerror_r=yes \
ac_cv_func_strerror_r_char_p=no jm_cv_func_svid_putenv=yes \ ac_cv_func_strerror_r_char_p=no jm_cv_func_svid_putenv=yes \
ac_cv_func_getcwd_null=yes ac_cv_func_getdelim=yes \ ac_cv_func_getcwd_null=yes ac_cv_func_getdelim=yes \
ac_cv_func_mkstemp=yes utils_cv_func_mkstemp_limitations=no \ ac_cv_func_mkstemp=yes utils_cv_func_mkstemp_limitations=no \
utils_cv_func_mkdir_trailing_slash_bug=no \ utils_cv_func_mkdir_trailing_slash_bug=no \
jm_cv_func_gettimeofday_clobber=no \ jm_cv_func_gettimeofday_clobber=no \
gl_cv_func_working_readdir=yes jm_ac_cv_func_link_follows_symlink=no \ gl_cv_func_working_readdir=yes jm_ac_cv_func_link_follows_symlink=no \
utils_cv_localtime_cache=no ac_cv_struct_st_mtim_nsec=no \ utils_cv_localtime_cache=no ac_cv_struct_st_mtim_nsec=no \
gl_cv_func_tzset_clobber=no gl_cv_func_getcwd_null=yes \ gl_cv_func_tzset_clobber=no gl_cv_func_getcwd_null=yes \
gl_cv_func_getcwd_path_max=yes ac_cv_func_fnmatch_gnu=yes \ gl_cv_func_getcwd_path_max=yes ac_cv_func_fnmatch_gnu=yes \
am_getline_needs_run_time_check=no am_cv_func_working_getline=yes \ am_getline_needs_run_time_check=no am_cv_func_working_getline=yes \
gl_cv_func_mkdir_trailing_slash_bug=no gl_cv_func_mkstemp_limitations=no \ gl_cv_func_mkdir_trailing_slash_bug=no gl_cv_func_mkstemp_limitations=no \
ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \ ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \
ac_use_included_regex=no gl_cv_c_restrict=no \ ac_use_included_regex=no gl_cv_c_restrict=no \
ac_cv_path_GLIB_GENMARSHAL=$(HOST_DIR)/usr/bin/glib-genmarshal ac_cv_prog_F77=no \ ac_cv_path_GLIB_GENMARSHAL=$(HOST_DIR)/usr/bin/glib-genmarshal ac_cv_prog_F77=no \
ac_cv_func_posix_getgrgid_r=no glib_cv_long_long_format=ll \ ac_cv_func_posix_getgrgid_r=no glib_cv_long_long_format=ll \
ac_cv_func_printf_unix98=yes ac_cv_func_vsnprintf_c99=yes \ ac_cv_func_printf_unix98=yes ac_cv_func_vsnprintf_c99=yes \
ac_cv_func_newlocale=no ac_cv_func_uselocale=no \ ac_cv_func_newlocale=no ac_cv_func_uselocale=no \
ac_cv_func_strtod_l=no ac_cv_func_strtoll_l=no ac_cv_func_strtoull_l=no \ ac_cv_func_strtod_l=no ac_cv_func_strtoll_l=no ac_cv_func_strtoull_l=no \
gt_cv_c_wchar_t=$(if $(BR2_USE_WCHAR),yes,no) gt_cv_c_wchar_t=$(if $(BR2_USE_WCHAR),yes,no)
# old uClibc versions don't provide qsort_r # old uClibc versions don't provide qsort_r
ifeq ($(BR2_UCLIBC_VERSION_0_9_31)$(BR2_TOOLCHAIN_EXTERNAL_UCLIBC)$(BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2)$(BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2),y) ifeq ($(BR2_UCLIBC_VERSION_0_9_31)$(BR2_TOOLCHAIN_EXTERNAL_UCLIBC)$(BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2)$(BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2),y)
@ -61,10 +61,10 @@ LIBGLIB2_CONF_ENV += ac_cv_header_sys_inotify_h=no
endif endif
HOST_LIBGLIB2_CONF_OPTS = \ HOST_LIBGLIB2_CONF_OPTS = \
--disable-dtrace \ --disable-dtrace \
--disable-systemtap \ --disable-systemtap \
--disable-gcov \ --disable-gcov \
--disable-modular-tests --disable-modular-tests
LIBGLIB2_CONF_OPTS += --disable-modular-tests LIBGLIB2_CONF_OPTS += --disable-modular-tests
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),) ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),)

View File

@ -157,12 +157,12 @@ endif
HOST_LIBGTK2_DEPENDENCIES = host-libglib2 host-libpng host-gdk-pixbuf HOST_LIBGTK2_DEPENDENCIES = host-libglib2 host-libpng host-gdk-pixbuf
HOST_LIBGTK2_CONF_OPTS = \ HOST_LIBGTK2_CONF_OPTS = \
--disable-static \ --disable-static \
--disable-glibtest \ --disable-glibtest \
--without-libtiff \ --without-libtiff \
--without-libjpeg \ --without-libjpeg \
--with-gdktarget=none \ --with-gdktarget=none \
--disable-cups --disable-cups
define HOST_LIBGTK2_BUILD_CMDS define HOST_LIBGTK2_BUILD_CMDS
$(HOST_MAKE_ENV) make -C $(@D)/gtk gtk-update-icon-cache $(HOST_MAKE_ENV) make -C $(@D)/gtk gtk-update-icon-cache

View File

@ -31,11 +31,11 @@ LIBMAD_POST_INSTALL_STAGING_HOOKS += LIBMAD_INSTALL_STAGING_PC
LIBMAD_POST_INSTALL_TARGET_HOOKS += LIBMAD_INSTALL_TARGET_PC LIBMAD_POST_INSTALL_TARGET_HOOKS += LIBMAD_INSTALL_TARGET_PC
LIBMAD_CONF_OPTS = \ LIBMAD_CONF_OPTS = \
--disable-debugging \ --disable-debugging \
$(if $(BR2_PACKAGE_LIBMAD_OPTIMIZATION_SPEED),--enable-speed) \ $(if $(BR2_PACKAGE_LIBMAD_OPTIMIZATION_SPEED),--enable-speed) \
$(if $(BR2_PACKAGE_LIBMAD_OPTIMIZATION_ACCURACY),--enable-accuracy) \ $(if $(BR2_PACKAGE_LIBMAD_OPTIMIZATION_ACCURACY),--enable-accuracy) \
--$(if $(BR2_PACKAGE_LIBMAD_SSO),enable,disable)-sso \ --$(if $(BR2_PACKAGE_LIBMAD_SSO),enable,disable)-sso \
--$(if $(BR2_PACKAGE_LIBMAD_ASO),enable,disable)-aso \ --$(if $(BR2_PACKAGE_LIBMAD_ASO),enable,disable)-aso \
--$(if $(BR2_PACKAGE_LIBMAD_STRICT_ISO),enable,disable)-strict-iso --$(if $(BR2_PACKAGE_LIBMAD_STRICT_ISO),enable,disable)-strict-iso
$(eval $(autotools-package)) $(eval $(autotools-package))

View File

@ -12,11 +12,11 @@ LIBTHEORA_LICENSE = BSD-3c
LIBTHEORA_LICENSE_FILES = COPYING LICENSE LIBTHEORA_LICENSE_FILES = COPYING LICENSE
LIBTHEORA_CONF_OPTS = \ LIBTHEORA_CONF_OPTS = \
--disable-oggtest \ --disable-oggtest \
--disable-vorbistest \ --disable-vorbistest \
--disable-sdltest \ --disable-sdltest \
--disable-examples \ --disable-examples \
--disable-spec --disable-spec
LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkgconf LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkgconf

View File

@ -24,15 +24,15 @@ NETWORK_MANAGER_CONF_ENV = \
NETWORK_MANAGER_CONF_OPTS = \ NETWORK_MANAGER_CONF_OPTS = \
--mandir=$(STAGING_DIR)/usr/man/ \ --mandir=$(STAGING_DIR)/usr/man/ \
--disable-tests \ --disable-tests \
--disable-qt \ --disable-qt \
--disable-more-warnings \ --disable-more-warnings \
--without-docs \ --without-docs \
--with-crypto=gnutls \ --with-crypto=gnutls \
--with-iptables=/usr/sbin/iptables \ --with-iptables=/usr/sbin/iptables \
--disable-ifupdown \ --disable-ifupdown \
--disable-ifnet --disable-ifnet
ifeq ($(BR2_PACKAGE_NETWORK_MANAGER_TUI),y) ifeq ($(BR2_PACKAGE_NETWORK_MANAGER_TUI),y)
NETWORK_MANAGER_DEPENDENCIES += newt NETWORK_MANAGER_DEPENDENCIES += newt

View File

@ -15,13 +15,13 @@ NFS_UTILS_DEPENDENCIES = host-pkgconf
NFS_UTILS_CONF_ENV = knfsd_cv_bsd_signals=no NFS_UTILS_CONF_ENV = knfsd_cv_bsd_signals=no
NFS_UTILS_CONF_OPTS = \ NFS_UTILS_CONF_OPTS = \
--disable-nfsv4 \ --disable-nfsv4 \
--disable-nfsv41 \ --disable-nfsv41 \
--disable-gss \ --disable-gss \
--disable-uuid \ --disable-uuid \
--disable-ipv6 \ --disable-ipv6 \
--without-tcp-wrappers \ --without-tcp-wrappers \
--with-rpcgen=internal --with-rpcgen=internal
NFS_UTILS_TARGETS_$(BR2_PACKAGE_NFS_UTILS_RPCDEBUG) += usr/sbin/rpcdebug NFS_UTILS_TARGETS_$(BR2_PACKAGE_NFS_UTILS_RPCDEBUG) += usr/sbin/rpcdebug
NFS_UTILS_TARGETS_$(BR2_PACKAGE_NFS_UTILS_RPC_LOCKD) += usr/sbin/rpc.lockd NFS_UTILS_TARGETS_$(BR2_PACKAGE_NFS_UTILS_RPC_LOCKD) += usr/sbin/rpc.lockd

View File

@ -22,12 +22,12 @@ PRBOOM_CONF_ENV += LIBS="$(shell $(STAGING_DIR)/usr/bin/sdl-config --static-libs
endif endif
PRBOOM_CONF_OPTS = \ PRBOOM_CONF_OPTS = \
--oldincludedir=$(STAGING_DIR)/usr/include \ --oldincludedir=$(STAGING_DIR)/usr/include \
--with-sdl-prefix=$(STAGING_DIR)/usr \ --with-sdl-prefix=$(STAGING_DIR)/usr \
--with-sdl-exec-prefix=$(STAGING_DIR)/usr \ --with-sdl-exec-prefix=$(STAGING_DIR)/usr \
--disable-cpu-opt \ --disable-cpu-opt \
--disable-sdltest \ --disable-sdltest \
--disable-gl --disable-gl
# endianness detection isn't used when cross compiling # endianness detection isn't used when cross compiling
define PRBOOM_BIG_ENDIAN_FIXUP define PRBOOM_BIG_ENDIAN_FIXUP

View File

@ -11,8 +11,8 @@ SDL_NET_LICENSE = zlib
SDL_NET_LICENSE_FILES = COPYING SDL_NET_LICENSE_FILES = COPYING
SDL_NET_CONF_OPTS = \ SDL_NET_CONF_OPTS = \
--with-sdl-prefix=$(STAGING_DIR)/usr \ --with-sdl-prefix=$(STAGING_DIR)/usr \
--with-sdl-exec-prefix=$(STAGING_DIR)/usr --with-sdl-exec-prefix=$(STAGING_DIR)/usr
SDL_NET_INSTALL_STAGING = YES SDL_NET_INSTALL_STAGING = YES

View File

@ -12,13 +12,13 @@ SUDO_LICENSE_FILES = doc/LICENSE
# Run autoreconf to regenerate ltmain.sh. # Run autoreconf to regenerate ltmain.sh.
SUDO_AUTORECONF = YES SUDO_AUTORECONF = YES
SUDO_CONF_OPTS = \ SUDO_CONF_OPTS = \
--without-lecture \ --without-lecture \
--without-sendmail \ --without-sendmail \
--without-umask \ --without-umask \
--with-logging=syslog \ --with-logging=syslog \
--without-interfaces \ --without-interfaces \
--without-pam \ --without-pam \
--with-env-editor --with-env-editor
# mksigname/mksiglist needs to run on build host to generate source files # mksigname/mksiglist needs to run on build host to generate source files
define SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST define SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST

View File

@ -19,15 +19,15 @@ TCL_AUTORECONF = YES
# configured). Don't need to worry about conditionally including # configured). Don't need to worry about conditionally including
# it in the configure options # it in the configure options
TCL_CONF_OPTS = \ TCL_CONF_OPTS = \
--disable-symbols \ --disable-symbols \
--disable-langinfo \ --disable-langinfo \
--disable-framework \ --disable-framework \
--with-system-sqlite --with-system-sqlite
HOST_TCL_CONF_OPTS = \ HOST_TCL_CONF_OPTS = \
--disable-symbols \ --disable-symbols \
--disable-langinfo \ --disable-langinfo \
--disable-framework --disable-framework
# I haven't found a good way to force pkgs to not build # I haven't found a good way to force pkgs to not build
# or configure without just removing the entire pkg directory. # or configure without just removing the entire pkg directory.

View File

@ -40,10 +40,10 @@ endif
UCLIBC_KCONFIG_FILE = $(UCLIBC_CONFIG_FILE) UCLIBC_KCONFIG_FILE = $(UCLIBC_CONFIG_FILE)
UCLIBC_KCONFIG_OPTS = \ UCLIBC_KCONFIG_OPTS = \
$(UCLIBC_MAKE_FLAGS) \ $(UCLIBC_MAKE_FLAGS) \
PREFIX=$(STAGING_DIR) \ PREFIX=$(STAGING_DIR) \
DEVEL_PREFIX=/usr/ \ DEVEL_PREFIX=/usr/ \
RUNTIME_PREFIX=$(STAGING_DIR)/ \ RUNTIME_PREFIX=$(STAGING_DIR)/ \
UCLIBC_TARGET_ARCH = $(call qstrip,$(BR2_UCLIBC_TARGET_ARCH)) UCLIBC_TARGET_ARCH = $(call qstrip,$(BR2_UCLIBC_TARGET_ARCH))

View File

@ -10,8 +10,8 @@ VTUN_DEPENDENCIES = host-bison host-flex zlib lzo openssl
VTUN_AUTORECONF = YES VTUN_AUTORECONF = YES
VTUN_CONF_OPTS = \ VTUN_CONF_OPTS = \
--with-ssl-headers=$(STAGING_DIR)/usr/include/openssl \ --with-ssl-headers=$(STAGING_DIR)/usr/include/openssl \
--with-lzo-headers=$(STAGING_DIR)/usr/include/lzo \ --with-lzo-headers=$(STAGING_DIR)/usr/include/lzo \
--with-lzo-lib=$(STAGING_DIR)/usr/lib --with-lzo-lib=$(STAGING_DIR)/usr/lib
$(eval $(autotools-package)) $(eval $(autotools-package))