summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/lua/lua_5.3.6.bb')
-rw-r--r--meta-oe/recipes-devtools/lua/lua_5.3.6.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.6.bb b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
index a18f9f083..f830e0925 100644
--- a/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
+++ b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
@@ -30,9 +30,6 @@ inherit pkgconfig binconfig ptest
30PACKAGECONFIG ??= "readline" 30PACKAGECONFIG ??= "readline"
31PACKAGECONFIG[readline] = ",,readline" 31PACKAGECONFIG[readline] = ",,readline"
32 32
33UCLIBC_PATCHES += "file://uclibc-pthread.patch"
34SRC_URI:append_libc-uclibc = " ${UCLIBC_PATCHES}"
35
36TARGET_CC_ARCH += " -fPIC ${LDFLAGS}" 33TARGET_CC_ARCH += " -fPIC ${LDFLAGS}"
37EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}'" 34EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}'"
38 35