]> granicus.if.org Git - yasm/commitdiff
ltmain.sh: Remove FreeBSD hack that prevents static libraries from being built
authorPeter Johnson <peter@tortall.net>
Sun, 15 Aug 2004 01:46:22 +0000 (01:46 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 15 Aug 2004 01:46:22 +0000 (01:46 -0000)
for modules; this hack breaks static-only builds on FreeBSD.

svn path=/trunk/yasm/; revision=1130

config/ltmain.sh

index 27737b3d187892bc8e3726f60eaf0e06f9610418..efd3beace5cae28fa621864c75ea77b88b5c4893 100755 (executable)
@@ -1373,12 +1373,6 @@ EOF
 
       -module)
        module=yes
-       case $host in
-       *-*-freebsd*)
-         # Do not build the useless static library
-         build_old_libs=no
-         ;;
-       esac
        continue
        ;;