summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch')
-rw-r--r--meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch b/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
index 3123d289a1..a0195e263c 100644
--- a/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
+++ b/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
@@ -1,20 +1,19 @@
1From d6155ec08b355d64f1a7db407254d159037bb72a Mon Sep 17 00:00:00 2001 1From b89fd73daf9b3eb2f889f65baba5f90d8a930c82 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <rpurdie@linux.intel.com> 2From: Richard Purdie <rpurdie@linux.intel.com>
3Date: Wed, 9 Dec 2009 23:59:44 +0000 3Date: Wed, 9 Dec 2009 23:59:44 +0000
4Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function 4Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function
5 5
6Upstream-Status: Pending 6Upstream-Status: Pending
7
8--- 7---
9 unix/Makefile.in | 5 ++++- 8 unix/Makefile.in | 5 ++++-
10 unix/tcl.m4 | 3 +++ 9 unix/tcl.m4 | 3 +++
11 2 files changed, 7 insertions(+), 1 deletion(-) 10 2 files changed, 7 insertions(+), 1 deletion(-)
12 11
13diff --git a/unix/Makefile.in b/unix/Makefile.in 12diff --git a/unix/Makefile.in b/unix/Makefile.in
14index 398afd0..804532e 100644 13index 7619afc..9dd053d 100644
15--- a/unix/Makefile.in 14--- a/unix/Makefile.in
16+++ b/unix/Makefile.in 15+++ b/unix/Makefile.in
17@@ -893,7 +893,10 @@ install-binaries: binaries 16@@ -904,7 +904,10 @@ install-binaries: binaries
18 done 17 done
19 @echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/" 18 @echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/"
20 @@INSTALL_LIB@ 19 @@INSTALL_LIB@
@@ -27,10 +26,10 @@ index 398afd0..804532e 100644
27 @$(INSTALL_PROGRAM) ${TCL_EXE} "$(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}" 26 @$(INSTALL_PROGRAM) ${TCL_EXE} "$(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}"
28 @echo "Installing tclConfig.sh to $(CONFIG_INSTALL_DIR)/" 27 @echo "Installing tclConfig.sh to $(CONFIG_INSTALL_DIR)/"
29diff --git a/unix/tcl.m4 b/unix/tcl.m4 28diff --git a/unix/tcl.m4 b/unix/tcl.m4
30index f3d08ec..797c93f 100644 29index 0307a06..37c4d67 100644
31--- a/unix/tcl.m4 30--- a/unix/tcl.m4
32+++ b/unix/tcl.m4 31+++ b/unix/tcl.m4
33@@ -1382,6 +1382,9 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ 32@@ -1378,6 +1378,9 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
34 # get rid of the warnings. 33 # get rid of the warnings.
35 #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES" 34 #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
36 35