diff options
-rw-r--r-- | meta-networking/recipes-daemons/opensaf/opensaf_5.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.2.0.bb b/meta-networking/recipes-daemons/opensaf/opensaf_5.2.0.bb index babf03e098..be79ba8cb0 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf_5.2.0.bb +++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.2.0.bb | |||
@@ -43,6 +43,8 @@ PACKAGECONFIG_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' sys | |||
43 | 43 | ||
44 | PKGLIBDIR="${libdir}" | 44 | PKGLIBDIR="${libdir}" |
45 | 45 | ||
46 | LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed" | ||
47 | |||
46 | do_install_append() { | 48 | do_install_append() { |
47 | cp -av --no-preserve=ownership ${B}/lib/.libs/*.so* ${D}${libdir} | 49 | cp -av --no-preserve=ownership ${B}/lib/.libs/*.so* ${D}${libdir} |
48 | rm -fr "${D}${localstatedir}/lock" | 50 | rm -fr "${D}${localstatedir}/lock" |