summaryrefslogtreecommitdiff
path: root/meta/packages/libtool/libtool-2.2.2/tag.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-13 22:15:59 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-13 22:15:59 +0000
commit21c0f07d4b791ba3e2d32c00562997e39b22d366 (patch)
treecd95bac067af83570e5efbea1f8f12ee7dfdf4b2 /meta/packages/libtool/libtool-2.2.2/tag.patch
parent2e46a28f63a9e015da156ddede382081b88d4b96 (diff)
downloadopenembedded-core-21c0f07d4b791ba3e2d32c00562997e39b22d366.tar.gz
openembedded-core-21c0f07d4b791ba3e2d32c00562997e39b22d366.tar.bz2
openembedded-core-21c0f07d4b791ba3e2d32c00562997e39b22d366.tar.xz
openembedded-core-21c0f07d4b791ba3e2d32c00562997e39b22d366.zip
libtool: Add 2.2.2 (not default)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4244 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libtool/libtool-2.2.2/tag.patch')
-rw-r--r--meta/packages/libtool/libtool-2.2.2/tag.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/libtool/libtool-2.2.2/tag.patch b/meta/packages/libtool/libtool-2.2.2/tag.patch
new file mode 100644
index 000000000..8921a3efb
--- /dev/null
+++ b/meta/packages/libtool/libtool-2.2.2/tag.patch
@@ -0,0 +1,19 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- libtool-1.5.6/ltmain.in~tag 2004-05-15 05:14:32.000000000 -0400
++++ libtool-1.5.6/ltmain.in 2004-05-15 05:18:01.000000000 -0400
+@@ -226,8 +226,9 @@
+ # line option must be used.
+ if test -z "$tagname"; then
+ $echo "$modename: unable to infer tagged configuration"
+- $echo "$modename: specify a tag with \`--tag'" 1>&2
+- exit $EXIT_FAILURE
++ $echo "$modename: defaulting to \`CC'"
++ $echo "$modename: if this is not correct, specify a tag with \`--tag'"
++# exit $EXIT_FAILURE
+ # else
+ # $echo "$modename: using $tagname tagged configuration"
+ fi