]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libcap: always link apps dynamically
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 16 Jul 2015 01:58:06 +0000 (18:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Jul 2015 09:38:59 +0000 (10:38 +0100)
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 <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/libcap/libcap_2.24.bb

index f50dc941fe524a2d539a73411816e82019db0351..e8ae7ce9ab8cb0403d5fb691030b8f4f2fa11827 100644 (file)
@@ -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}"