package/apr-util: Add expat hard-dependency
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 5 Oct 2014 17:38:50 +0000 (19:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Oct 2014 21:18:25 +0000 (22:18 +0100)
When expat is missing, apr-util compiles its own expat

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/apr-util/Config.in
package/apr-util/apr-util.mk

index fcef693c7468375fa6a8e95d1634a6b52a8681b4..6a7c00c218c20f7ff5768c66af29a4d3e57082bf 100644 (file)
@@ -5,6 +5,7 @@ config BR2_PACKAGE_APR_UTIL
        select BR2_PACKAGE_NEON
        select BR2_PACKAGE_NEON_ZLIB
        select BR2_PACKAGE_ZLIB
+       select BR2_PACKAGE_EXPAT
        # apr really needs shared library support
        depends on !BR2_PREFER_STATIC_LIB
        depends on BR2_USE_MMU # apr
index bdb3004c541c579bafe54eae858544116cf81f7a..c8c75a2a1d3308d1750205a50f0e8b5ab39ed2dd 100644 (file)
@@ -9,7 +9,7 @@ APR_UTIL_SITE = http://archive.apache.org/dist/apr
 APR_UTIL_LICENSE = Apache-2.0
 APR_UTIL_LICENSE_FILES = LICENSE
 APR_UTIL_INSTALL_STAGING = YES
-APR_UTIL_DEPENDENCIES = apr sqlite neon zlib
+APR_UTIL_DEPENDENCIES = apr expat sqlite neon zlib
 APR_UTIL_CONF_OPTS = \
        --with-apr=$(STAGING_DIR)/usr/bin/apr-1-config
 APR_UTIL_CONFIG_SCRIPTS = apu-1-config