Merge pull request #2794 from CvH/9.0-config-drop-crap

configure: drop unused build options
This commit is contained in:
MilhouseVH 2018-06-28 17:57:59 +01:00 committed by GitHub
commit 3e3cc3ded0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 7 additions and 35 deletions

View File

@ -38,9 +38,7 @@ make_target() {
--enable-static \ --enable-static \
--disable-shared \ --disable-shared \
--prefix=/usr \ --prefix=/usr \
--enable-visibility \ --enable-visibility
--disable-libcurl \
--disable-libmms
make make
} }

View File

@ -32,6 +32,5 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
--disable-shared \ --disable-shared \
--disable-saidar \ --disable-saidar \
--disable-examples \ --disable-examples \
--disable-manpages \
--disable-setuid-binaries \ --disable-setuid-binaries \
--disable-setgid-binaries" --disable-setgid-binaries"

View File

@ -28,8 +28,6 @@ PKG_SECTION="tools"
PKG_SHORTDESC="dtach - A program that emulates the detach feature of screen" PKG_SHORTDESC="dtach - A program that emulates the detach feature of screen"
PKG_LONGDESC="dtach - A program that emulates the detach feature of screen" PKG_LONGDESC="dtach - A program that emulates the detach feature of screen"
PKG_CONFIGURE_OPTS_TARGET="--disable-nls"
makeinstall_target() { makeinstall_target() {
: # nop :
} }

View File

@ -42,8 +42,7 @@ PKG_CONFIGURE_OPTS_TARGET="--with-ft-prefix=$SYSROOT_PREFIX/usr \
--disable-libX11 \ --disable-libX11 \
--enable-libhid \ --enable-libhid \
--disable-libpng \ --disable-libpng \
--enable-drivers=all \ --enable-drivers=all"
--enable-seamless-hbars"
addon() { addon() {
drivers="none|$(cat $PKG_BUILD/.$TARGET_NAME/config.log | sed -n "s|^DRIVERS=' \(.*\)'|\1|p" | sed "s|.so||g" | tr ' ' '|')" drivers="none|$(cat $PKG_BUILD/.$TARGET_NAME/config.log | sed -n "s|^DRIVERS=' \(.*\)'|\1|p" | sed "s|.so||g" | tr ' ' '|')"

View File

@ -31,8 +31,6 @@ PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="+pic" PKG_BUILD_FLAGS="+pic"
PKG_CONFIGURE_OPTS_TARGET="utrace_cv_cc_biarch=false \ PKG_CONFIGURE_OPTS_TARGET="utrace_cv_cc_biarch=false \
--disable-werror \
--disable-progs \
--disable-nls \ --disable-nls \
--with-zlib \ --with-zlib \
--without-bzlib \ --without-bzlib \

View File

@ -34,7 +34,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--disable-debug \ --disable-debug \
--disable-deprecated \ --disable-deprecated \
--disable-silent-rules \ --disable-silent-rules \
--enable-malloc \
--enable-charsets \ --enable-charsets \
--with-gnu-ld \ --with-gnu-ld \
--without-glib" --without-glib"

View File

@ -58,7 +58,7 @@ PKG_CONFIGURE_OPTS_HOST="ac_cv_prog_HAS_HG=/bin/false
--with-libmpdec=none --with-libmpdec=none
--with-doc-strings --with-doc-strings
--without-pymalloc --without-pymalloc
--without-ensurepi --without-ensurepip
" "
PKG_CONFIGURE_OPTS_TARGET="ac_cv_prog_HAS_HG=/bin/false PKG_CONFIGURE_OPTS_TARGET="ac_cv_prog_HAS_HG=/bin/false

View File

@ -42,6 +42,4 @@ fi
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \ PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
--disable-docs \ --disable-docs \
--enable-drm \ --enable-drm \
--enable-egl \ $DISPLAYSERVER_LIBVA"
$DISPLAYSERVER_LIBVA \
--disable-dummy-driver"

View File

@ -44,7 +44,6 @@ PKG_CONFIGURE_OPTS_TARGET="py_cv_mod_gtk_=yes \
--disable-gdbm \ --disable-gdbm \
--enable-libdaemon \ --enable-libdaemon \
--disable-python \ --disable-python \
--disable-pygtk \
--disable-python-dbus \ --disable-python-dbus \
--disable-mono \ --disable-mono \
--disable-monodoc \ --disable-monodoc \

View File

@ -31,7 +31,6 @@ PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="WPASUPPLICANT=/usr/bin/wpa_supplicant \ PKG_CONFIGURE_OPTS_TARGET="WPASUPPLICANT=/usr/bin/wpa_supplicant \
--srcdir=.. \ --srcdir=.. \
--disable-gtk-doc \
--disable-debug \ --disable-debug \
--disable-hh2serial-gps \ --disable-hh2serial-gps \
--disable-openconnect \ --disable-openconnect \

View File

@ -30,7 +30,7 @@ PKG_SHORTDESC="libnfs: a client library for accessing NFS shares over a network.
PKG_LONGDESC="LIBNFS is a client library for accessing NFS shares over a network." PKG_LONGDESC="LIBNFS is a client library for accessing NFS shares over a network."
PKG_TOOLCHAIN="autotools" PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--disable-examples --disable-tirpc" PKG_CONFIGURE_OPTS_TARGET="--disable-examples"
pre_configure_target() { pre_configure_target() {
export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64" export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"

View File

@ -31,12 +31,9 @@ PKG_LONGDESC="OpenVPN Access Server is a full featured SSL VPN software solution
PKG_CONFIGURE_OPTS_TARGET="ac_cv_have_decl_TUNSETPERSIST=no \ PKG_CONFIGURE_OPTS_TARGET="ac_cv_have_decl_TUNSETPERSIST=no \
--disable-server \ --disable-server \
--enable-password-save \
--disable-plugins \ --disable-plugins \
--enable-iproute2 IPROUTE=/sbin/ip \ --enable-iproute2 IPROUTE=/sbin/ip \
--enable-management \ --enable-management \
--disable-socks \
--disable-http-proxy \
--enable-fragment \ --enable-fragment \
--disable-multihome \ --disable-multihome \
--disable-port-share \ --disable-port-share \

View File

@ -35,13 +35,11 @@ PKG_CONFIGURE_OPTS_TARGET="--with-fontrootdir=/usr/share/fonts \
--disable-iso8859-3 \ --disable-iso8859-3 \
--disable-iso8859-4 \ --disable-iso8859-4 \
--enable-iso8859-5 \ --enable-iso8859-5 \
--disable-iso8859-6 \
--enable-iso8859-7 \ --enable-iso8859-7 \
--enable-iso8859-8 \ --enable-iso8859-8 \
--enable-iso8859-9 \ --enable-iso8859-9 \
--disable-iso8859-10 \ --disable-iso8859-10 \
--disable-iso8859-11 \ --disable-iso8859-11 \
--disable-iso8859-12 \
--disable-iso8859-13 \ --disable-iso8859-13 \
--enable-iso8859-14 \ --enable-iso8859-14 \
--enable-iso8859-15 \ --enable-iso8859-15 \

View File

@ -30,8 +30,7 @@ PKG_SHORTDESC="libx11: The X11 library"
PKG_LONGDESC="LibX11 is the main X11 library containing all the client-side code to access the X11 windowing system." PKG_LONGDESC="LibX11 is the main X11 library containing all the client-side code to access the X11 windowing system."
PKG_TOOLCHAIN="autotools" PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--disable-secure-rpc \ PKG_CONFIGURE_OPTS_TARGET="--disable-loadable-i18n \
--disable-loadable-i18n \
--disable-loadable-xcursor \ --disable-loadable-xcursor \
--enable-xthreads \ --enable-xthreads \
--disable-xcms \ --disable-xcms \

View File

@ -27,6 +27,3 @@ PKG_DEPENDS_TARGET="toolchain util-macros Python2:host"
PKG_SECTION="x11/proto" PKG_SECTION="x11/proto"
PKG_SHORTDESC="xcb-proto: X C-language Bindings protocol headers" PKG_SHORTDESC="xcb-proto: X C-language Bindings protocol headers"
PKG_LONGDESC="X C-language Bindings protocol headers." PKG_LONGDESC="X C-language Bindings protocol headers."
# package specific configure options
PKG_CONFIGURE_OPTS_TARGET="--without-xmlto"

View File

@ -74,7 +74,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-debug \
--disable-xace \ --disable-xace \
--disable-xselinux \ --disable-xselinux \
--disable-xcsecurity \ --disable-xcsecurity \
--disable-tslib \
--enable-dbe \ --enable-dbe \
--disable-xf86bigfont \ --disable-xf86bigfont \
--enable-dpms \ --enable-dpms \
@ -102,11 +101,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-debug \
--disable-xwin \ --disable-xwin \
--disable-kdrive \ --disable-kdrive \
--disable-xephyr \ --disable-xephyr \
--disable-xfake \
--disable-xfbdev \
--disable-kdrive-kbd \
--disable-kdrive-mouse \
--disable-kdrive-evdev \
--disable-libunwind \ --disable-libunwind \
--enable-xshmfence \ --enable-xshmfence \
--disable-install-setuid \ --disable-install-setuid \