]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
shadow: link executables statically for -native variant
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 11 Jan 2024 13:15:21 +0000 (14:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Jan 2024 11:51:18 +0000 (11:51 +0000)
commit495ff95eae14a91c94187f78a0b30c7957c9b168
tree74403b8314c703fab6f3c089692a078aebb3b948
parente85069acf304fe0b68583cf79fe3ec4f775dca68
shadow: link executables statically for -native variant

shadow 4.14.x adds a number of libraries it dynamically links with
(md, bsd, attr). This causes troubles in setscene tasks where
shadow executables are used (such as useradd), as pulling in
the needed dynamic libraries needs unpleasant special-casing.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/no-static-libs.inc
meta/recipes-extended/shadow/shadow.inc