diff options
author | tv <tv@pkgsrc.org> | 1998-07-16 13:36:47 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-16 13:36:47 +0000 |
commit | ce4454484021a7a51bcceeb374b43926aa431d44 (patch) | |
tree | d2525c28abac850fa974fe640a20e7eb7fdda7b3 /devel/libtool/patches | |
parent | 2f95952eb7b191a8f28a3da70b6ab0129aacefa2 (diff) | |
download | pkgsrc-ce4454484021a7a51bcceeb374b43926aa431d44.tar.gz |
Change libtool _not_ to install the .la file. Though marked as "for
informational purposes," it's not used by any of the toolchain and is
pretty much useless.
Diffstat (limited to 'devel/libtool/patches')
-rw-r--r-- | devel/libtool/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libtool/patches/patch-ab b/devel/libtool/patches/patch-ab new file mode 100644 index 00000000000..0c3817d6482 --- /dev/null +++ b/devel/libtool/patches/patch-ab @@ -0,0 +1,14 @@ +--- ltmain.sh.orig Thu Jul 16 09:15:18 1998 ++++ ltmain.sh Thu Jul 16 09:15:44 1998 +@@ -1841,11 +1841,6 @@ + IFS="$save_ifs" + fi + +- # Install the pseudo-library for information purposes. +- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` +- $show "$install_prog $file $destdir/$name" +- $run eval "$install_prog $file $destdir/$name" || exit $? +- + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" + ;; |