From 1949a0d5ba134036a590a41fd414f3bdd7ecee9e Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 11 Feb 2015 21:34:56 +0100 Subject: userland: Fix build for armv7 [Bug #49] Change-Id: I340b4134ae4227f315c1c3df1345b04ebd4b874b Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-graphics') diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 1e60ea8..729c42a 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb @@ -22,6 +22,7 @@ S = "${WORKDIR}/git" inherit cmake EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed'" +CFLAGS_append = " -fPIC" # The compiled binaries don't provide sonames. SOLIBS = "${SOLIBSDEV}" -- cgit v1.2.3-54-g00ecf