mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
lua: Drop uclibc patch
This was found during override overhaul we dont support uclibc anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
Index: lua-5.1.4/src/Makefile
|
||||
===================================================================
|
||||
--- a/src/Makefile.orig 2013-10-22 22:17:19.929103523 -0400
|
||||
+++ a/src/Makefile 2013-10-22 22:18:27.992104545 -0400
|
||||
@@ -9,7 +9,7 @@
|
||||
CC= gcc
|
||||
CFLAGS= -O2 -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS)
|
||||
LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
|
||||
-LIBS= -lm $(SYSLIBS) $(MYLIBS)
|
||||
+LIBS= -lm -lpthread $(SYSLIBS) $(MYLIBS)
|
||||
|
||||
AR= ar rcu
|
||||
RANLIB= ranlib
|
||||
@@ -30,9 +30,6 @@ inherit pkgconfig binconfig ptest
|
||||
PACKAGECONFIG ??= "readline"
|
||||
PACKAGECONFIG[readline] = ",,readline"
|
||||
|
||||
UCLIBC_PATCHES += "file://uclibc-pthread.patch"
|
||||
SRC_URI:append_libc-uclibc = " ${UCLIBC_PATCHES}"
|
||||
|
||||
TARGET_CC_ARCH += " -fPIC ${LDFLAGS}"
|
||||
EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user