summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-05 13:18:58 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-06-30 21:43:34 +0200
commit081c48a19c473ad9b55e3efc8b4923714ed24cf4 (patch)
tree43d43dbea523a5e984d6fcfa89c45a0397cccd88 /recipes-support
parent77a5894b0da4f37282c60ee6cd56a1ddbc174af5 (diff)
libcryptopp: build also shared object
While at it clean-up the calls to make. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/libcryptopp/libcryptopp_5.6.3.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-support/libcryptopp/libcryptopp_5.6.3.bb b/recipes-support/libcryptopp/libcryptopp_5.6.3.bb
index 88b6be7..9b7b67e 100644
--- a/recipes-support/libcryptopp/libcryptopp_5.6.3.bb
+++ b/recipes-support/libcryptopp/libcryptopp_5.6.3.bb
@@ -31,8 +31,7 @@ EXTRA_OEMAKE_class-native = "CC='${CC} -m32' CXX='${CXX} -m32'"
do_compile() {
sed -i -e 's/^CXXFLAGS/#CXXFLAGS/' GNUmakefile
export CXXFLAGS="${CXXFLAGS} -DNDEBUG -fPIC"
- oe_runmake -f GNUmakefile
- oe_runmake libcryptopp.a
+ oe_runmake all libcryptopp.so
}
do_install_prepend() {