summaryrefslogtreecommitdiffstats
path: root/package/elfutils
diff options
context:
space:
mode:
Diffstat (limited to 'package/elfutils')
-rw-r--r--package/elfutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in
index 5d6e659d89..9f720986ef 100644
--- a/package/elfutils/Config.in
+++ b/package/elfutils/Config.in
@@ -1,7 +1,7 @@
comment "elfutils needs a toolchain w/ largefile, wchar, dynamic library"
depends on !BR2_avr32
depends on !BR2_bfin
- depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
+ depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS
config BR2_PACKAGE_ELFUTILS
bool "elfutils"
@@ -9,7 +9,7 @@ config BR2_PACKAGE_ELFUTILS
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
depends on BR2_LARGEFILE
depends on BR2_USE_WCHAR
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
# canonicalize_file_name() not available on uClibc 0.9.31, used
# only for AVR32
depends on !BR2_avr32
OpenPOWER on IntegriCloud