diff options
Diffstat (limited to 'devel/zthread/files/patch-configure')
-rw-r--r-- | devel/zthread/files/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/zthread/files/patch-configure b/devel/zthread/files/patch-configure new file mode 100644 index 0000000..461b733 --- /dev/null +++ b/devel/zthread/files/patch-configure @@ -0,0 +1,12 @@ +--- configure.orig Sun Aug 26 20:27:01 2001 ++++ configure Wed Nov 14 16:02:31 2001 +@@ -4428,7 +4428,8 @@ + # All known linkers require a `.a' archive for static linking (except M$VC, + # which needs '.lib'). + libext=a +-ltmain="$ac_aux_dir/ltmain.sh" ++ac_aux_dir_tmp="$ac_aux_dir" ++ltmain="$ac_aux_dir_tmp/ltmain.sh" + ofile="$default_ofile" + with_gnu_ld="$lt_cv_prog_gnu_ld" + need_locks="$enable_libtool_lock" |