mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
tk: upgrade 8.6.0 -> 8.6.4
update content of non-linux.diff Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
--- tk8.5-8.5.8.orig/unix/configure
|
||||
+++ tk8.5-8.5.8/unix/configure
|
||||
@@ -11070,7 +11070,7 @@
|
||||
TCL_STUB_FLAGS="-DUSE_TCL_STUBS"
|
||||
fi
|
||||
|
||||
-TK_LIBRARY='$(prefix)/lib/tk$(VERSION)'
|
||||
+test -z "$TK_LIBRARY" && TK_LIBRARY='$(prefix)/lib/tk$(VERSION)'
|
||||
PRIVATE_INCLUDE_DIR='$(includedir)'
|
||||
HTML_DIR='$(DISTDIR)/html'
|
||||
TK_PKG_DIR='tk$(VERSION)'
|
||||
--- tk8.5-8.5.8.orig/unix/configure.in
|
||||
+++ tk8.5-8.5.8/unix/configure.in
|
||||
@@ -607,7 +607,7 @@
|
||||
TCL_STUB_FLAGS="-DUSE_TCL_STUBS"
|
||||
fi
|
||||
|
||||
-TK_LIBRARY='$(prefix)/lib/tk$(VERSION)'
|
||||
+test -z "$TK_LIBRARY" && TK_LIBRARY='$(prefix)/lib/tk$(VERSION)'
|
||||
PRIVATE_INCLUDE_DIR='$(includedir)'
|
||||
HTML_DIR='$(DISTDIR)/html'
|
||||
TK_PKG_DIR='tk$(VERSION)'
|
||||
Reference in New Issue
Block a user