From a3eea1266cc5b9169c38f428f6d07ad6334bc71a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 5 Mar 2017 13:06:44 +0100 Subject: libcryptopp: add linker flags for gnu hash This prevents the OE warning 'No GNU_HASH in the elf binary'. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-support/libcryptopp/libcryptopp_5.6.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-support/libcryptopp/libcryptopp_5.6.3.bb b/recipes-support/libcryptopp/libcryptopp_5.6.3.bb index d31abae..8a19949 100644 --- a/recipes-support/libcryptopp/libcryptopp_5.6.3.bb +++ b/recipes-support/libcryptopp/libcryptopp_5.6.3.bb @@ -21,6 +21,7 @@ SRC_URI[sha256sum] = "9390670a14170dd0f48a6b6b06f74269ef4b056d4718a1a329f6f6069d inherit autotools-brokensep pkgconfig EXTRA_OECONF = "--libdir=${base_libdir}" +TARGET_CC_ARCH += "${LDFLAGS}" #we want tegrarcm binary to run on a 32-bit architecture, on x86_64 this requires the 32-bit compatibility libs EXTRA_OEMAKE_class-native = "CC='${CC} -m32' CXX='${CXX} -m32'" -- cgit v1.2.3