summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/userland/userland_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index a348090..4b405ee 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
18 18
19inherit cmake 19inherit cmake
20 20
21EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" 21EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed'"
22 22
23# The compiled binaries don't provide sonames. 23# The compiled binaries don't provide sonames.
24SOLIBS = "${SOLIBSDEV}" 24SOLIBS = "${SOLIBSDEV}"