diff options
-rw-r--r-- | meta-oe/recipes-devtools/librcf/librcf/0001-Add-CMake-build-files.patch | 2 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/librcf/librcf/0001-Add-CMake-build-files.patch b/meta-oe/recipes-devtools/librcf/librcf/0001-Add-CMake-build-files.patch index cd0d1433f7..560c3a6d70 100644 --- a/meta-oe/recipes-devtools/librcf/librcf/0001-Add-CMake-build-files.patch +++ b/meta-oe/recipes-devtools/librcf/librcf/0001-Add-CMake-build-files.patch | |||
@@ -53,7 +53,7 @@ index 0000000..f6e24be | |||
53 | +#################################################################### | 53 | +#################################################################### |
54 | +INCLUDE (${CMAKE_SOURCE_DIR}/VERSION.cmake) | 54 | +INCLUDE (${CMAKE_SOURCE_DIR}/VERSION.cmake) |
55 | + | 55 | + |
56 | +SET (LIBRCF_LIBRARIES "-lpthread -ldl") | 56 | +SET (LIBRCF_LIBRARIES "-lpthread -ldl -latomic") |
57 | +INCLUDE_DIRECTORIES (${CMAKE_SOURCE_DIR}/include) | 57 | +INCLUDE_DIRECTORIES (${CMAKE_SOURCE_DIR}/include) |
58 | + | 58 | + |
59 | +IF (LIBRCF_USE_OPENSSL) | 59 | +IF (LIBRCF_USE_OPENSSL) |
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 46b75c5142..43eff72a3d 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,8 +23,6 @@ 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 | |||
28 | inherit cmake dos2unix | 26 | inherit cmake dos2unix |
29 | 27 | ||
30 | PACKAGECONFIG ?= "zlib openssl sf-serialization boost-filesystem boost-asio protobuf json dll static shared demos" | 28 | PACKAGECONFIG ?= "zlib openssl sf-serialization boost-filesystem boost-asio protobuf json dll static shared demos" |