diff options
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl/0003-tcl-install-tcl-to-lib64-instead-of-lib-on-64bit-tar.patch')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl/0003-tcl-install-tcl-to-lib64-instead-of-lib-on-64bit-tar.patch | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/0003-tcl-install-tcl-to-lib64-instead-of-lib-on-64bit-tar.patch b/meta/recipes-devtools/tcltk/tcl/0003-tcl-install-tcl-to-lib64-instead-of-lib-on-64bit-tar.patch index fb53404498..8a425637c6 100644 --- a/meta/recipes-devtools/tcltk/tcl/0003-tcl-install-tcl-to-lib64-instead-of-lib-on-64bit-tar.patch +++ b/meta/recipes-devtools/tcltk/tcl/0003-tcl-install-tcl-to-lib64-instead-of-lib-on-64bit-tar.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 8af08b6f1e566af239e36864823a96c2c283e4ea Mon Sep 17 00:00:00 2001 | 1 | From 964b9649f8d044d38fdc8c4201075692e5f537a0 Mon Sep 17 00:00:00 2001 |
2 | From: "Song.Li" <Song.Li@windriver.com> | 2 | From: "Song.Li" <Song.Li@windriver.com> |
3 | Date: Wed, 1 Aug 2012 19:05:51 +0800 | 3 | Date: Wed, 1 Aug 2012 19:05:51 +0800 |
4 | Subject: [PATCH 3/5] tcl:install tcl to lib64 instead of lib on 64bit target | 4 | Subject: [PATCH] tcl:install tcl to lib64 instead of lib on 64bit target |
5 | 5 | ||
6 | Remove hardcoded library install path. Change $(prefix)/lib/ to ${libdir}. | 6 | Remove hardcoded library install path. Change $(prefix)/lib/ to ${libdir}. |
7 | 7 | ||
@@ -17,10 +17,10 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | |||
17 | 1 file changed, 1 insertion(+), 1 deletion(-) | 17 | 1 file changed, 1 insertion(+), 1 deletion(-) |
18 | 18 | ||
19 | diff --git a/unix/configure.ac b/unix/configure.ac | 19 | diff --git a/unix/configure.ac b/unix/configure.ac |
20 | index 461b394..b6d2506 100644 | 20 | index 7f012d4..43ec7e4 100644 |
21 | --- a/unix/configure.ac | 21 | --- a/unix/configure.ac |
22 | +++ b/unix/configure.ac | 22 | +++ b/unix/configure.ac |
23 | @@ -753,7 +753,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}" | 23 | @@ -725,7 +725,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}" |
24 | 24 | ||
25 | eval "TCL_LIB_FILE=${TCL_LIB_FILE}" | 25 | eval "TCL_LIB_FILE=${TCL_LIB_FILE}" |
26 | 26 | ||
@@ -29,6 +29,3 @@ index 461b394..b6d2506 100644 | |||
29 | PRIVATE_INCLUDE_DIR='$(includedir)' | 29 | PRIVATE_INCLUDE_DIR='$(includedir)' |
30 | HTML_DIR='$(DISTDIR)/html' | 30 | HTML_DIR='$(DISTDIR)/html' |
31 | 31 | ||
32 | -- | ||
33 | 2.39.5 | ||
34 | |||