]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libtool/libtool-1.5/install-path-check.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libtool / libtool-1.5 / install-path-check.patch
1 --- libtool-1.5/ltmain.in~      2004-04-06 23:37:53.000000000 +0100
2 +++ libtool-1.5/ltmain.in       2004-04-10 13:28:39.000000000 +0100
3 @@ -5375,10 +5375,13 @@
4           # At present, this check doesn't affect windows .dll's that
5           # are installed into $libdir/../bin (currently, that works fine)
6           # but it's something to keep an eye on.
7 -         if test "$inst_prefix_dir" = "$destdir"; then
8 -           $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
9 -           exit 1
10 -         fi
11 +         #
12 +         # This breaks install into our staging area.  -PB
13 +         # 
14 +         #if test "$inst_prefix_dir" = "$destdir"; then
15 +         #  $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
16 +         #  exit 1
17 +         #fi
18  
19           if test -n "$inst_prefix_dir"; then
20             # Stick the inst_prefix_dir data into the link command.