diff options
Diffstat (limited to 'recipes/libelf')
-rw-r--r-- | recipes/libelf/libelf_0.8.13.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/libelf/libelf_0.8.13.bb b/recipes/libelf/libelf_0.8.13.bb index 27fee38b45..ea19b353e2 100644 --- a/recipes/libelf/libelf_0.8.13.bb +++ b/recipes/libelf/libelf_0.8.13.bb @@ -12,6 +12,8 @@ PARALLEL_MAKE = "" TARGET_CC_ARCH += "${LDFLAGS}" +EXTRA_OECONF_append_virtclass-native = " --enable-static" + do_configure_prepend () { if test ! -e acinclude.m4; then cp aclocal.m4 acinclude.m4 |