diff --git a/packages/audio/alsa-lib/package.mk b/packages/audio/alsa-lib/package.mk index 01bfd3ec2f..5cf3c6ac8c 100644 --- a/packages/audio/alsa-lib/package.mk +++ b/packages/audio/alsa-lib/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="alsa-lib: Advanced Linux Sound Architecture library" PKG_LONGDESC="ALSA (Advanced Linux Sound Architecture) is the next generation Linux Sound API. It provides much finer (->better) access to the sound hardware, has a unbeatable mixer API and supports stuff like multi channel hardware, digital outs and ins, uninterleaved sound data access, and an oss emulation layer (for the old applications). It is the prefered API for professional sound apps under Linux." PKG_IS_ADDON="no" -PKG_AUTORECONF="no" +PKG_AUTORECONF="yes" if [ "$DEBUG" = yes ]; then ALSA_DEBUG=--with-debug diff --git a/packages/devel/glib/package.mk b/packages/devel/glib/package.mk index 6e34a81016..35dc6ecc45 100644 --- a/packages/devel/glib/package.mk +++ b/packages/devel/glib/package.mk @@ -31,7 +31,7 @@ PKG_SHORTDESC="glib: C support library" PKG_LONGDESC="GLib is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things." PKG_IS_ADDON="no" -PKG_AUTORECONF="no" +PKG_AUTORECONF="yes" PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared" PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_mmap_fixed_mapped=yes \ diff --git a/packages/devel/libirman/package.mk b/packages/devel/libirman/package.mk index fc461cf663..9fa8b73ae3 100644 --- a/packages/devel/libirman/package.mk +++ b/packages/devel/libirman/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="libirman library for lircd" PKG_LONGDESC="libirman library for lircd" PKG_IS_ADDON="no" -PKG_AUTORECONF="no" +PKG_AUTORECONF="yes" PKG_CONFIGURE_OPTS_TARGET="--disable-swtest" diff --git a/packages/devel/libplist/package.mk b/packages/devel/libplist/package.mk index 3c83133775..5216ed109e 100644 --- a/packages/devel/libplist/package.mk +++ b/packages/devel/libplist/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="libplist: a library for manipulating Apple Binary and XML Propert PKG_LONGDESC="libplist is a library for manipulating Apple Binary and XML Property Lists" PKG_IS_ADDON="no" -PKG_AUTORECONF="no" +PKG_AUTORECONF="yes" PKG_CONFIGURE_OPTS_TARGET="--without-cython" diff --git a/packages/graphics/libdrm/package.mk b/packages/graphics/libdrm/package.mk index 6c6fb75650..2044a32e44 100644 --- a/packages/graphics/libdrm/package.mk +++ b/packages/graphics/libdrm/package.mk @@ -30,7 +30,7 @@ PKG_SHORTDESC="libdrm: Userspace interface to kernel DRM services" PKG_LONGDESC="The userspace interface library to kernel DRM services." PKG_IS_ADDON="no" -PKG_AUTORECONF="no" +PKG_AUTORECONF="yes" get_graphicdrivers diff --git a/packages/graphics/mesa/package.mk b/packages/graphics/mesa/package.mk index 4ea8c0abed..f41b9823e5 100644 --- a/packages/graphics/mesa/package.mk +++ b/packages/graphics/mesa/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="mesa: 3-D graphics library with OpenGL API" PKG_LONGDESC="Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. Those who want a licensed implementation of OpenGL should contact a licensed vendor. While Mesa is not a licensed OpenGL implementation, it is currently being tested with the OpenGL conformance tests. For the current conformance status see the CONFORM file included in the Mesa distribution." PKG_IS_ADDON="no" -PKG_AUTORECONF="no" +PKG_AUTORECONF="yes" # configure GPU drivers and dependencies: get_graphicdrivers diff --git a/packages/security/libressl/package.mk b/packages/security/libressl/package.mk index 72de6bb05c..f1a933d145 100644 --- a/packages/security/libressl/package.mk +++ b/packages/security/libressl/package.mk @@ -31,7 +31,7 @@ PKG_LONGDESC="LibreSSL is a FREE version of the SSL/TLS protocol forked from Ope PKG_IS_ADDON="no" PKG_USE_CMAKE="no" -PKG_AUTORECONF="no" +PKG_AUTORECONF="yes" post_makeinstall_target() { # backwards compatibility diff --git a/packages/x11/lib/libX11/package.mk b/packages/x11/lib/libX11/package.mk index 2075f8ea5c..862d6980be 100644 --- a/packages/x11/lib/libX11/package.mk +++ b/packages/x11/lib/libX11/package.mk @@ -29,7 +29,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_IS_ADDON="no" -PKG_AUTORECONF="no" +PKG_AUTORECONF="yes" PKG_CONFIGURE_OPTS_TARGET="--disable-secure-rpc \ --disable-loadable-i18n \