diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-08-19 04:04:18 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-08-19 04:04:18 +0000 |
commit | 285fdd95a15212b7fc409a6ca17b0ade5a0f2cd4 (patch) | |
tree | e183f94a6e0a5316f2afdc5ae237bcde87e089bd /deskutils/mrproject/files/patch-configure | |
parent | [Forced Commit] (diff) |
Switchover to libtool14 to resolve no relink on install
issue elegant way.
Approved by: marcus (mentor)
Notes
Notes:
svn path=/head/; revision=87252
Diffstat (limited to 'deskutils/mrproject/files/patch-configure')
-rw-r--r-- | deskutils/mrproject/files/patch-configure | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/deskutils/mrproject/files/patch-configure b/deskutils/mrproject/files/patch-configure index d46ada0ffe2d..adc4d1b44f8b 100644 --- a/deskutils/mrproject/files/patch-configure +++ b/deskutils/mrproject/files/patch-configure @@ -1,10 +1,11 @@ ---- configure.orig Mon Feb 17 18:43:33 2003 -+++ configure Mon Feb 17 18:45:00 2003 -@@ -8260,6 +8260,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' +--- configure.orig Tue Aug 19 12:17:22 2003 ++++ configure Tue Aug 19 12:19:16 2003 +@@ -5168,7 +5168,7 @@ + # All known linkers require a `.a' archive for static linking (except M$VC, + # which needs '.lib'). + libext=a +-ltmain="$ac_aux_dir/ltmain.sh" ++ltmain="/usr/local/share/libtool14/ltmain.sh" + ofile="$default_ofile" + with_gnu_ld="$lt_cv_prog_gnu_ld" + need_locks="$enable_libtool_lock" |