Don't install useless .la files.

This commit is contained in:
Maxim Sobolev 2001-07-30 16:38:49 +00:00
parent db5c4d5342
commit 2eb4691928
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45627
3 changed files with 20 additions and 5 deletions

View File

@ -15,9 +15,8 @@ MASTER_SITE_SUBDIR= pth
MAINTAINER= ports@FreeBSD.org
INSTALLS_SHLIB= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--enable-pthread \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pthread \
--enable-syscall-soft \
--enable-optimize \
--enable-batch

View File

@ -0,0 +1,18 @@
$FreeBSD$
--- ltmain.sh 2001/07/30 16:31:21 1.1
+++ ltmain.sh 2001/07/30 16:31:42
@@ -3360,10 +3360,12 @@
fi
# Install the pseudo-library for information purposes.
+ if false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -3,11 +3,9 @@ bin/pthread-config
include/pth.h
include/pthread.h
lib/libpth.a
lib/libpth.la
lib/libpth.so
lib/libpth.so.14
lib/libpthread.a
lib/libpthread.la
lib/libpthread.so
lib/libpthread.so.14
share/aclocal/pth.m4