summaryrefslogtreecommitdiffstats
path: root/package/apr-util/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/apr-util/Config.in')
-rw-r--r--package/apr-util/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/apr-util/Config.in b/package/apr-util/Config.in
index 6757e7e21f..1d7db2bd77 100644
--- a/package/apr-util/Config.in
+++ b/package/apr-util/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_APR_UTIL
select BR2_PACKAGE_APR
select BR2_PACKAGE_EXPAT
# apr really needs shared library support
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # apr
help
The utility library for the apache runtime project
@@ -12,4 +12,4 @@ config BR2_PACKAGE_APR_UTIL
comment "apr-util needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU
- depends on BR2_PREFER_STATIC_LIB
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud