summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/js/files/link_with_gcc.patch
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-06 15:26:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-07 14:49:31 +0000
commit7056054f61b354adcafb8957fe166fda88ca58c0 (patch)
treec764b60dc35c3aee269eb9d68ce84c853b2c805a /meta/recipes-support/js/files/link_with_gcc.patch
parentc7f0d76faf79947ff48e07c807e71120f08a1142 (diff)
downloadpoky-7056054f61b354adcafb8957fe166fda88ca58c0.tar.gz
js: remove
This is a very old version of Mozilla's Javascript engine, isn't actually used by anything in OE-Core now that web is gone, and in public layers outside of OE-Core is apparently only used by mediatomb within meta-baryon. (From OE-Core rev: 8b94925adf4428c4e155ef9fd79d33703968d9da) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/js/files/link_with_gcc.patch')
-rw-r--r--meta/recipes-support/js/files/link_with_gcc.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-support/js/files/link_with_gcc.patch b/meta/recipes-support/js/files/link_with_gcc.patch
deleted file mode 100644
index 988df61567..0000000000
--- a/meta/recipes-support/js/files/link_with_gcc.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Pending
2
3Index: src/config/Linux_All.mk
4===================================================================
5--- src.orig/config/Linux_All.mk 2005-05-10 19:53:44.000000000 +0000
6+++ src/config/Linux_All.mk 2007-06-18 17:20:05.000000000 +0000
7@@ -47,7 +47,7 @@
8 OS_CFLAGS = -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R
9
10 RANLIB = echo
11-MKSHLIB = $(LD) -shared $(XMKSHLIBOPTS)
12+MKSHLIB = $(CC) -shared $(XMKSHLIBOPTS)
13
14 #.c.o:
15 # $(CC) -c -MD $*.d $(CFLAGS) $<