diff options
Diffstat (limited to 'package/apr')
-rw-r--r-- | package/apr/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/apr/Config.in b/package/apr/Config.in index fcfffec388..5757272450 100644 --- a/package/apr/Config.in +++ b/package/apr/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_APR bool "apr" # apr really needs shared library support - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS depends on BR2_USE_MMU # fork() in apr_proc_fork() help The mission of the Apache Portable Runtime (APR) project is to create @@ -12,4 +12,4 @@ config BR2_PACKAGE_APR comment "apr needs a toolchain w/ dynamic library" depends on BR2_USE_MMU - depends on BR2_PREFER_STATIC_LIB + depends on BR2_STATIC_LIBS |