diff options
-rw-r--r-- | meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb b/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb index 43eff72a3d..46b75c5142 100644 --- a/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb +++ b/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb | |||
@@ -23,6 +23,8 @@ SRC_URI[sha256sum] = "bbfcc88de502c39604878c395f516b03fff4eac63eb4f7f44c07d43383 | |||
23 | 23 | ||
24 | S = "${WORKDIR}/RCF-${PV}" | 24 | S = "${WORKDIR}/RCF-${PV}" |
25 | 25 | ||
26 | LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed" | ||
27 | |||
26 | inherit cmake dos2unix | 28 | inherit cmake dos2unix |
27 | 29 | ||
28 | PACKAGECONFIG ?= "zlib openssl sf-serialization boost-filesystem boost-asio protobuf json dll static shared demos" | 30 | PACKAGECONFIG ?= "zlib openssl sf-serialization boost-filesystem boost-asio protobuf json dll static shared demos" |