summaryrefslogtreecommitdiffstats
path: root/package/apr-util
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-05-17 09:26:45 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-17 23:42:26 +0200
commit02b00dc9dfb7216145277a303c7c2f52004f85b2 (patch)
tree05fd0fed9ad5f9a965d8b0f79c50ae862e82c6f4 /package/apr-util
parent60cc0ba4b3a97804c9230cddbdeb1999f5023368 (diff)
downloadbuildroot-novena-02b00dc9dfb7216145277a303c7c2f52004f85b2.tar.gz
buildroot-novena-02b00dc9dfb7216145277a303c7c2f52004f85b2.zip
apr: requires shared library support
The apr library requires shared library support unconditionally, so make it depend on !BR2_PREFER_STATIC_LIB, so that architectures that support static libraries only do not make this package available. Solves http://autobuild.buildroot.org/results/f4cd9751e85e9ee7fde2e9479e0f01ab2be93e84/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/apr-util')
-rw-r--r--package/apr-util/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/apr-util/Config.in b/package/apr-util/Config.in
index 99b32f2b0..895dbb86d 100644
--- a/package/apr-util/Config.in
+++ b/package/apr-util/Config.in
@@ -5,6 +5,8 @@ config BR2_PACKAGE_APR_UTIL
select BR2_PACKAGE_NEON
select BR2_PACKAGE_NEON_ZLIB
select BR2_PACKAGE_ZLIB
+ # apr really needs shared library support
+ depends on !BR2_PREFER_STATIC_LIB
help
The utility library for the apache runtime project