mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
13
meta/recipes-support/js/files/link_with_gcc.patch
Normal file
13
meta/recipes-support/js/files/link_with_gcc.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: src/config/Linux_All.mk
|
||||
===================================================================
|
||||
--- src.orig/config/Linux_All.mk 2005-05-10 19:53:44.000000000 +0000
|
||||
+++ src/config/Linux_All.mk 2007-06-18 17:20:05.000000000 +0000
|
||||
@@ -47,7 +47,7 @@
|
||||
OS_CFLAGS = -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R
|
||||
|
||||
RANLIB = echo
|
||||
-MKSHLIB = $(LD) -shared $(XMKSHLIBOPTS)
|
||||
+MKSHLIB = $(CC) -shared $(XMKSHLIBOPTS)
|
||||
|
||||
#.c.o:
|
||||
# $(CC) -c -MD $*.d $(CFLAGS) $<
|
||||
Reference in New Issue
Block a user