source:
scripts/untested/autotools/patches/libtool-1.4.2-archive-shared.patch@
834dec0
Last change on this file since 834dec0 was d1afb9e, checked in by , 19 years ago | |
---|---|
|
|
File size: 633 bytes |
-
libtool-1.4.2/ltmain.in
old new EOF 2644 2644 *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; 2645 2645 esac 2646 2646 done 2647 # It is ok to link against an archive when 2648 # building a shared library. 2649 if $AR -t $potlib > /dev/null 2>&1; then 2650 newdeplibs="$newdeplibs $a_deplib" 2651 a_deplib="" 2652 break 2 2653 fi 2647 2654 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ 2648 2655 | sed 10q \ 2649 2656 | egrep "$file_magic_regex" > /dev/null; then
Note:
See TracBrowser
for help on using the repository browser.