1Description: Do not install the useless .la file. 2 This is a FreeBSD-specific patch, upstream doesn't really need it. 3Author: Ying-Chieh Liao <ijliao@FreeBSD.org> 4Forwarded: not-needed 5Last-Update: 2009-09-10 6 7--- ltmain.sh.orig 8+++ ltmain.sh 9@@ -6003,10 +6003,12 @@ 10 fi 11 12 # Install the pseudo-library for information purposes. 13+ if /usr/bin/false; then 14 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` 15 instname="$dir/$name"i 16 $show "$install_prog $instname $destdir/$name" 17 $run eval "$install_prog $instname $destdir/$name" || exit $? 18+ fi 19 20 # Maybe install the static library, too. 21 test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" 22