diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/libtool/libtool-1.5.10/install-path-check.patch | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libtool/libtool-1.5.10/install-path-check.patch')
-rw-r--r-- | meta/packages/libtool/libtool-1.5.10/install-path-check.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/packages/libtool/libtool-1.5.10/install-path-check.patch b/meta/packages/libtool/libtool-1.5.10/install-path-check.patch new file mode 100644 index 0000000000..46cc960986 --- /dev/null +++ b/meta/packages/libtool/libtool-1.5.10/install-path-check.patch | |||
@@ -0,0 +1,25 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
4 | # | ||
5 | |||
6 | --- libtool-1.5.6/ltmain.in~install-path-check 2004-05-14 22:56:19.000000000 -0500 | ||
7 | +++ libtool-1.5.6/ltmain.in 2004-05-14 22:57:48.000000000 -0500 | ||
8 | @@ -5503,10 +5503,13 @@ | ||
9 | # At present, this check doesn't affect windows .dll's that | ||
10 | # are installed into $libdir/../bin (currently, that works fine) | ||
11 | # but it's something to keep an eye on. | ||
12 | - if test "$inst_prefix_dir" = "$destdir"; then | ||
13 | - $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 | ||
14 | - exit $EXIT_FAILURE | ||
15 | - fi | ||
16 | + # | ||
17 | + # This breaks install into our staging area. -PB | ||
18 | + # | ||
19 | + # if test "$inst_prefix_dir" = "$destdir"; then | ||
20 | + # $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 | ||
21 | + # exit $EXIT_FAILURE | ||
22 | + # fi | ||
23 | |||
24 | if test -n "$inst_prefix_dir"; then | ||
25 | # Stick the inst_prefix_dir data into the link command. | ||