From 02b00dc9dfb7216145277a303c7c2f52004f85b2 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 17 May 2012 09:26:45 +0000 Subject: 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 Signed-off-by: Peter Korsgaard --- package/apr/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/apr') diff --git a/package/apr/Config.in b/package/apr/Config.in index 292cadb67..ed319ed05 100644 --- a/package/apr/Config.in +++ b/package/apr/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_APR bool "apr" + # apr really needs shared library support + depends on !BR2_PREFER_STATIC_LIB help The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and -- cgit v1.2.3-55-g7522