From: Andre McCurdy Date: Thu, 16 Jul 2015 01:58:06 +0000 (-0700) Subject: libcap: always link apps dynamically X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29695 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa6f5da8d42deb3d3b98209dc716b5a116d22d48;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libcap: always link apps dynamically Without the explicit over-ride, apps will be linked statically if a .git directory is found in the top level source directory. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/libcap/libcap_2.24.bb b/meta/recipes-support/libcap/libcap_2.24.bb index f50dc941fe5..e8ae7ce9ab8 100644 --- a/meta/recipes-support/libcap/libcap_2.24.bb +++ b/meta/recipes-support/libcap/libcap_2.24.bb @@ -36,6 +36,7 @@ EXTRA_OEMAKE = " \ INDENT= \ lib=${@os.path.basename('${libdir}')} \ RAISE_SETFCAP=no \ + DYNAMIC=yes \ " EXTRA_OEMAKE_append_class-target = " SYSTEM_HEADERS=${STAGING_INCDIR}"