View | Details | Raw Unified | Return to bug 33916 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-6 / +1 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	libtool
8
PORTNAME=	libtool
9
PORTVERSION=	1.3.4
9
PORTVERSION=	1.4.2
10
PORTREVISION=	2
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	libtool
12
MASTER_SITE_SUBDIR=	libtool
14
13
15
#MAINTAINER=	reg@FreeBSD.org
14
#MAINTAINER=	reg@FreeBSD.org
16
MAINTAINER=	portmgr@FreeBSD.org
15
MAINTAINER=	portmgr@FreeBSD.org
17
18
# This port has not been upgraded to 1.4 because it is used by about 30% of
19
# the ports collection, and more testing is needed.  If someone can supply a
20
# working patch then it will be upgraded.
21
16
22
INSTALLS_SHLIB=	yes
17
INSTALLS_SHLIB=	yes
23
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libtool-1.3.4.tar.gz) = 0c3844fedd382e5796865ca58842713e
1
MD5 (libtool-1.4.2.tar.gz) = 95dd3de3b249fe1199ed60ed8e46f60c
(-)pkg-plist (-4 / +2 lines)
Lines 6-12 Link Here
6
@exec install-info %D/info/libtool.info %D/info/dir
6
@exec install-info %D/info/libtool.info %D/info/dir
7
lib/libltdl.a
7
lib/libltdl.a
8
lib/libltdl.so
8
lib/libltdl.so
9
lib/libltdl.so.1
9
lib/libltdl.so.4
10
share/aclocal/libtool.m4
10
share/aclocal/libtool.m4
11
share/libtool/config.guess
11
share/libtool/config.guess
12
share/libtool/config.sub
12
share/libtool/config.sub
Lines 14-29 Link Here
14
share/libtool/libltdl/Makefile.am
14
share/libtool/libltdl/Makefile.am
15
share/libtool/libltdl/Makefile.in
15
share/libtool/libltdl/Makefile.in
16
share/libtool/libltdl/README
16
share/libtool/libltdl/README
17
share/libtool/libltdl/acconfig.h
18
share/libtool/libltdl/acinclude.m4
17
share/libtool/libltdl/acinclude.m4
19
share/libtool/libltdl/aclocal.m4
18
share/libtool/libltdl/aclocal.m4
20
share/libtool/libltdl/config.h.in
19
share/libtool/libltdl/config-h.in
21
share/libtool/libltdl/configure
20
share/libtool/libltdl/configure
22
share/libtool/libltdl/configure.in
21
share/libtool/libltdl/configure.in
23
share/libtool/libltdl/ltdl.c
22
share/libtool/libltdl/ltdl.c
24
share/libtool/libltdl/ltdl.h
23
share/libtool/libltdl/ltdl.h
25
share/libtool/libltdl/stamp-h.in
24
share/libtool/libltdl/stamp-h.in
26
share/libtool/ltconfig
27
share/libtool/ltmain.sh
25
share/libtool/ltmain.sh
28
@dirrm share/libtool/libltdl
26
@dirrm share/libtool/libltdl
29
@dirrm share/libtool
27
@dirrm share/libtool
(-)files/patch-ab (-5 / +8 lines)
Lines 1-11 Link Here
1
--- doc/Makefile.in.orig	Fri Jul  2 09:24:54 1999
1
2
+++ doc/Makefile.in	Tue Aug 31 23:41:57 1999
2
$FreeBSD$
3
@@ -70,7 +70,7 @@
3
4
--- doc/Makefile.in.orig	Mon Sep 10 22:44:12 2001
5
+++ doc/Makefile.in	Mon Jan 14 17:26:12 2002
6
@@ -74,7 +74,7 @@
7
 LD = @LD@
4
 LIBTOOL = @LIBTOOL@
8
 LIBTOOL = @LIBTOOL@
5
 LIBTOOL_FLAGS = @LIBTOOL_FLAGS@
6
 LN_S = @LN_S@
9
 LN_S = @LN_S@
7
-MAKEINFO = @MAKEINFO@
10
-MAKEINFO = @MAKEINFO@
8
+MAKEINFO = @MAKEINFO@ --no-split
11
+MAKEINFO = @MAKEINFO@ --no-split
9
 NM = @NM@
12
 NM = @NM@
10
 OBJDUMP = @OBJDUMP@
13
 OBJDUMP = @OBJDUMP@
11
 PACKAGE = @PACKAGE@
14
 OBJEXT = @OBJEXT@
(-)files/patch-ac (-152 lines)
Removed Link Here
1
--- ltconfig.orig	Tue Dec  7 23:50:48 1999
2
+++ ltconfig	Wed Sep 20 11:11:39 2000
3
@@ -169,7 +169,7 @@
4
 # Constants:
5
 PROGRAM=ltconfig
6
 PACKAGE=libtool
7
-VERSION=1.3.4
8
+VERSION=1.3.4-freebsd-ports
9
 TIMESTAMP=" (1.385.2.196 1999/12/07 21:47:57)"
10
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11
 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12
@@ -185,6 +185,8 @@
13
 # which needs '.lib').
14
 enable_static=yes
15
 enable_fast_install=yes
16
+install_ltlibs=yes
17
+release_suffix=yes
18
 enable_dlopen=unknown
19
 enable_win32_dll=no
20
 ltmain=
21
@@ -242,10 +244,14 @@
22
 
23
 Generate a system-specific libtool script.
24
 
25
+    --build                no-op to keep compatability with configure scripts generated for 1.4
26
     --debug                enable verbose shell tracing
27
     --disable-shared       do not build shared libraries
28
     --disable-static       do not build static libraries
29
     --disable-fast-install do not optimize for fast installation
30
+    --disable-ltlibs       don't install the .la archives
31
+    --release-ignore       don't use -release specification
32
+    --release-suffix       use -release suffix for all files
33
     --enable-dlopen        enable dlopen support
34
     --enable-win32-dll     enable building dlls on win32 hosts
35
     --help                 display this help and exit
36
@@ -268,6 +274,8 @@
37
   exit 0
38
   ;;
39
 
40
+  --build=*) ;;
41
+
42
   --debug)
43
     echo "$progname: enabling shell trace mode"
44
     set -x
45
@@ -279,6 +287,12 @@
46
 
47
   --disable-fast-install) enable_fast_install=no ;;
48
 
49
+  --disable-ltlibs) install_ltlibs=no ;;
50
+
51
+  --release-ignore) release_suffix=no ;;
52
+
53
+  --release-suffix) release_suffix=all ;;
54
+
55
   --enable-dlopen) enable_dlopen=yes ;;
56
 
57
   --enable-win32-dll) enable_win32_dll=yes ;;
58
@@ -971,11 +985,11 @@
59
   $rm conftest.dat
60
   if ln -s X conftest.dat 2>/dev/null; then
61
     $rm conftest.dat
62
-    LN_S="ln -s"
63
+    LN_S="ln -sf"
64
   else
65
     LN_S=ln
66
   fi
67
-  if test "$LN_S" = "ln -s"; then
68
+  if test "$LN_S" = "ln -sf"; then
69
     echo "$ac_t"yes 1>&6
70
   else
71
     echo "$ac_t"no 1>&6
72
@@ -1226,8 +1240,8 @@
73
 
74
   *)
75
     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
76
-      archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'
77
-      archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
78
+      archive_cmds='$CC -shared $compile_rpath $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'
79
+      archive_expsym_cmds='$CC -shared $compile_rpath $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
80
     else
81
       ld_shlibs=no
82
     fi
83
@@ -1353,14 +1367,6 @@
84
     hardcode_shlibpath_var=no
85
     ;;
86
 
87
-  # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
88
-  freebsd*)
89
-    archive_cmds='$CC -shared -o $lib $libobjs $deplibs $linkopts'
90
-    hardcode_libdir_flag_spec='-R$libdir'
91
-    hardcode_direct=yes
92
-    hardcode_shlibpath_var=no
93
-    ;;
94
-
95
   hpux9* | hpux10* | hpux11*)
96
     case "$host_os" in
97
     hpux9*) archive_cmds='$rm $objdir/$soname~$LD -b +b $install_libdir -o $objdir/$soname $libobjs $deplibs $linkopts~test $objdir/$soname = $lib || mv $objdir/$soname $lib' ;;
98
@@ -1775,7 +1781,7 @@
99
 version_type=none
100
 dynamic_linker="$host_os ld.so"
101
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
102
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
103
+sys_lib_search_path_spec="/lib /usr/lib"
104
 file_magic_cmd=
105
 file_magic_test_file=
106
 deplibs_check_method='unknown'
107
@@ -1874,18 +1880,21 @@
108
   case "$version_type" in
109
     freebsd-elf*)
110
       deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
111
-      file_magic_cmd=/usr/bin/file
112
-      file_magic_test_file=`echo /usr/lib/libc.so*`
113
-      library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
114
-      need_version=no
115
-      need_lib_prefix=no
116
       ;;
117
     freebsd-*)
118
-      deplibs_check_method=unknown
119
-      library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
120
-      need_version=yes
121
+      deplibs_check_method='file_magic FreeBSD.* shared library'
122
       ;;
123
   esac
124
+  file_magic_cmd=/usr/bin/file
125
+  file_magic_test_file=`echo /usr/lib/libc.so.*`
126
+  if test "$release_suffix" = all; then
127
+    library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so'
128
+  else
129
+    library_names_spec='${libname}${release}.so$versuffix ${libname}.so'
130
+  fi 
131
+  need_version=no
132
+  need_lib_prefix=no
133
+  finish_cmds='/usr/bin/env OBJFORMAT="'"$objformat"'" /sbin/ldconfig -m $libdir'
134
   shlibpath_var=LD_LIBRARY_PATH
135
   case "$host_os" in
136
   freebsd2* | freebsd3.[01]* | freebsdelf3.[01]*)
137
@@ -2776,6 +2785,15 @@
138
 
139
 # Shell to use when invoking shell scripts.
140
 SHELL=$LTSHELL
141
+
142
+# Whether to waste disk space.
143
+install_ltlibs=$install_ltlibs 
144
+
145
+# What to do with -release.
146
+#  yes - only for shared archive
147
+#  no  - ingnore
148
+#  all - for all archives
149
+release_suffix=$release_suffix
150
 
151
 # Whether or not to build shared libraries.
152
 build_libtool_libs=$enable_shared
(-)files/patch-ad (-227 / +21 lines)
Lines 1-234 Link Here
1
--- ltmain.sh.orig	Tue Dec  7 13:50:49 1999
1
2
+++ ltmain.sh	Mon Jan 17 16:33:06 2000
2
$FreeBSD$
3
@@ -54,7 +54,7 @@
3
4
 # Constants.
4
--- ltmain.sh.orig	Mon Sep 10 22:33:26 2001
5
 PROGRAM=ltmain.sh
5
+++ ltmain.sh	Mon Jan 14 17:43:05 2002
6
 PACKAGE=libtool
6
@@ -2444,6 +2444,9 @@
7
-VERSION=1.3.4
7
 	  *-*-openbsd*)
8
+VERSION=1.3.4-freebsd-ports
8
 	    # Do not include libc due to us having libc/libc_r.
9
 TIMESTAMP=" (1.385.2.196 1999/12/07 21:47:57)"
9
 	    ;;
10
 
10
+	  *-*-freebsd*)
11
 default_mode=
11
+	    # FreeBSD doesn't need this...
12
@@ -952,7 +952,11 @@
12
+	    ;;
13
 	  continue
13
 	  *)
14
 	  ;;
14
 	    # Add libc to deplibs on all other systems if necessary.
15
 	release)
15
 	    if test $build_libtool_need_lc = "yes"; then
16
-	  release="-$arg"
16
@@ -4210,10 +4213,12 @@
17
+	  if test "$release_suffix" = all; then
18
+	    release="$arg"
19
+	  elif test "$release_suffix" = yes; then
20
+	    release="-$arg"
21
+	  fi
22
 	  prev=
23
 	  continue
24
 	  ;;
25
@@ -1005,6 +1009,7 @@
26
 	;;
27
 
28
       -avoid-version)
29
+	build_old_libs=no
30
 	avoid_version=yes
31
 	continue
32
 	;;
33
@@ -1091,6 +1096,10 @@
34
 	deplibs="$deplibs $arg"
35
 	;;
36
 
37
+      -?thread)
38
+	deplibs="$deplibs $arg"
39
+	;;
40
+
41
       -module)
42
 	module=yes
43
 	continue
44
@@ -1168,7 +1177,7 @@
45
 
46
       *.o | *.obj | *.a | *.lib)
47
 	# A standard object.
48
-	objs="$objs $arg"
49
+	libobjs="$libobjs $arg"
50
 	;;
51
 
52
       *.lo)
53
@@ -1603,12 +1612,6 @@
54
 	exit 1
55
       fi
56
 
57
-      # How the heck are we supposed to write a wrapper for a shared library?
58
-      if test -n "$link_against_libtool_libs"; then
59
-	 $echo "$modename: error: cannot link shared libraries into libtool libraries" 1>&2
60
-	 exit 1
61
-      fi
62
-
63
       if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
64
 	$echo "$modename: warning: \`-dlopen' is ignored for libtool libraries" 1>&2
65
       fi
66
@@ -1795,6 +1798,9 @@
67
 	*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
68
 	  # these systems don't actually have a c library (as such)!
69
 	  ;;
70
+	*-*-freebsd*)
71
+	  # FreeBSD doesn't need this...
72
+	  ;;
73
 	*)
74
 	  # Add libc to deplibs on all other systems.
75
 	  deplibs="$deplibs -lc"
76
@@ -1802,6 +1808,94 @@
77
 	esac
78
       fi
79
 
80
+      if test -n "$rpath$xrpath"; then
81
+	# If the user specified any rpath flags, then add them.
82
+	for libdir in $rpath $xrpath; do
83
+	  # This is the magic to use -rpath.
84
+	  case "$compile_rpath " in
85
+	  *" $libdir "*) ;;
86
+	  *) compile_rpath="$compile_rpath $libdir" ;;
87
+	  esac
88
+	  case "$finalize_rpath " in
89
+	  *" $libdir "*) ;;
90
+	  *) finalize_rpath="$finalize_rpath $libdir" ;;
91
+	  esac
92
+	done
93
+      fi
94
+
95
+      # Now hardcode the library paths
96
+      rpath=
97
+      hardcode_libdirs=
98
+      for libdir in $compile_rpath; do
99
+	if test -n "$hardcode_libdir_flag_spec"; then
100
+	  if test -n "$hardcode_libdir_separator"; then
101
+	    if test -z "$hardcode_libdirs"; then
102
+	      hardcode_libdirs="$libdir"
103
+	    else
104
+	      # Just accumulate the unique libdirs.
105
+	      case "$hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator" in
106
+	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
107
+		;;
108
+	      *)
109
+		hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
110
+		;;
111
+	      esac
112
+	    fi
113
+	  else
114
+	    eval flag=\"$hardcode_libdir_flag_spec\"
115
+	    rpath="$rpath $flag"
116
+	  fi
117
+	elif test -n "$runpath_var"; then
118
+	  case "$perm_rpath " in
119
+	  *" $libdir "*) ;;
120
+	  *) perm_rpath="$perm_rpath $libdir" ;;
121
+	  esac
122
+	fi
123
+      done
124
+      # Substitute the hardcoded libdirs into the rpath.
125
+      if test -n "$hardcode_libdir_separator" &&
126
+	 test -n "$hardcode_libdirs"; then
127
+	libdir="$hardcode_libdirs"
128
+	eval rpath=\" $hardcode_libdir_flag_spec\"
129
+      fi
130
+      compile_rpath="$rpath"
131
+
132
+      rpath=
133
+      hardcode_libdirs=
134
+      for libdir in $finalize_rpath; do
135
+	if test -n "$hardcode_libdir_flag_spec"; then
136
+	  if test -n "$hardcode_libdir_separator"; then
137
+	    if test -z "$hardcode_libdirs"; then
138
+	      hardcode_libdirs="$libdir"
139
+	    else
140
+	      # Just accumulate the unique libdirs.
141
+	      case "$hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator" in
142
+	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
143
+		;;
144
+	      *)
145
+		hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
146
+		;;
147
+	      esac
148
+	    fi
149
+	  else
150
+	    eval flag=\"$hardcode_libdir_flag_spec\"
151
+	    rpath="$rpath $flag"
152
+	  fi
153
+	elif test -n "$runpath_var"; then
154
+	  case "$finalize_perm_rpath " in
155
+	  *" $libdir "*) ;;
156
+	  *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;;
157
+	  esac
158
+	fi
159
+      done
160
+      # Substitute the hardcoded libdirs into the rpath.
161
+      if test -n "$hardcode_libdir_separator" &&
162
+	 test -n "$hardcode_libdirs"; then
163
+	libdir="$hardcode_libdirs"
164
+	eval rpath=\" $hardcode_libdir_flag_spec\"
165
+      fi
166
+      finalize_rpath="$rpath"
167
+
168
       # Create the output directory, or remove our outputs if we need to.
169
       if test -d $output_objdir; then
170
 	$show "${rm}r $output_objdir/$outputname $output_objdir/$libname.* $output_objdir/${libname}${release}.*"
171
@@ -1817,7 +1911,11 @@
172
 
173
       # Now set the variables for building old libraries.
174
       if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
175
-	oldlibs="$oldlibs $output_objdir/$libname.$libext"
176
+	if test "$release_suffix" = all; then
177
+	 oldlibs="$oldlibs $output_objdir/$libname$release.$libext"
178
+	else
179
+	 oldlibs="$oldlibs $output_objdir/$libname.$libext"
180
+	fi
181
 
182
 	# Transform .lo files to .o files.
183
 	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
184
@@ -2011,7 +2109,11 @@
185
 	      echo "*** \`nm' from GNU binutils and a full rebuild may help."
186
 	    fi
187
 	    if test "$build_old_libs" = no; then
188
-	      oldlibs="$output_objdir/$libname.$libext"
189
+	      if test "$release_suffix" = all; then
190
+	        oldlibs="$output_objdir/$libname$release.$libext"
191
+	      else
192
+	        oldlibs="$output_objdir/$libname.$libext"
193
+	      fi
194
 	      build_libtool_libs=module
195
 	      build_old_libs=yes
196
 	    else
197
@@ -3059,7 +3161,11 @@
198
     case "$output" in
199
     *.la)
200
       old_library=
201
-      test "$build_old_libs" = yes && old_library="$libname.$libext"
202
+      if test "$release_suffix" = all; then
203
+        test "$build_old_libs" = yes && old_library="$libname$release.$libext"
204
+      else
205
+        test "$build_old_libs" = yes && old_library="$libname.$libext"
206
+      fi
207
       $show "creating $output"
208
 
209
       if test -n "$xrpath"; then
210
@@ -3348,10 +3454,12 @@
211
 	fi
17
 	fi
212
 
18
 
213
 	# Install the pseudo-library for information purposes.
19
 	# Install the pseudo-library for information purposes.
214
-	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
20
+	if test `uname -s` != "FreeBSD"; then
215
-	instname="$dir/$name"i
21
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
216
-	$show "$install_prog $instname $destdir/$name"
22
 	instname="$dir/$name"i
217
-	$run eval "$install_prog $instname $destdir/$name" || exit $?
23
 	$show "$install_prog $instname $destdir/$name"
218
+	if test "$install_ltlibs" = yes; then
24
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
219
+	  name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
220
+	  instname="$dir/$name"i
221
+	  $show "$install_prog $instname $destdir/$name"
222
+	  $run eval "$install_prog $instname $destdir/$name" || exit $?
223
+	fi
25
+	fi
224
 
26
 
225
 	# Maybe install the static library, too.
27
 	# Maybe install the static library, too.
226
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
28
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
227
@@ -3440,7 +3548,6 @@
228
 	    fi
229
 	    libfile="$libdir/`$echo "X$lib" | $Xsed -e 's%^.*/%%g'`"
230
 	    if test -n "$libdir" && test ! -f "$libfile"; then
231
-	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
232
 	      finalize=no
233
 	    fi
234
 	  done
(-)files/patch-ae (-3 / +6 lines)
Lines 1-6 Link Here
1
--- configure.orig	Fri Jul  2 09:01:56 1999
1
2
+++ configure	Tue Aug 31 23:45:29 1999
2
$FreeBSD$
3
@@ -1853,10 +1853,6 @@
3
4
--- configure.orig	Mon Sep 10 22:33:00 2001
5
+++ configure	Mon Jan 14 17:26:41 2002
6
@@ -6184,10 +6184,6 @@
4
       *) # Relative path.
7
       *) # Relative path.
5
         ac_sub_cache_file="$ac_dots$cache_file" ;;
8
         ac_sub_cache_file="$ac_dots$cache_file" ;;
6
       esac
9
       esac
(-)files/patch-af (-3 / +6 lines)
Lines 1-6 Link Here
1
--- libltdl/Makefile.in.orig	Tue Dec  7 13:03:38 1999
1
2
+++ libltdl/Makefile.in	Mon Jan 17 16:35:34 2000
2
$FreeBSD$
3
@@ -326,17 +326,16 @@
3
4
--- libltdl/Makefile.in.orig	Mon Sep 10 22:33:02 2001
5
+++ libltdl/Makefile.in	Mon Jan 14 17:27:14 2002
6
@@ -345,17 +345,16 @@
4
 distdir: $(DISTFILES)
7
 distdir: $(DISTFILES)
5
 	-rm -rf $(distdir)
8
 	-rm -rf $(distdir)
6
 	mkdir $(distdir)
9
 	mkdir $(distdir)
(-)files/patch-ag (-14 lines)
Removed Link Here
1
2
$FreeBSD: ports/devel/libtool/files/patch-ag,v 1.1 2001/02/05 08:21:54 reg Exp $
3
4
--- libltdl/configure	2001/01/31 10:58:38	1.1
5
+++ libltdl/configure	2001/01/31 10:59:14
6
@@ -1455,7 +1455,7 @@
7
 esac
8
 
9
 # Check for any special flags to pass to ltconfig.
10
-libtool_flags="--cache-file=$cache_file"
11
+libtool_flags="--cache-file=$cache_file --disable-ltlibs"
12
 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
13
 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
14
 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"

Return to bug 33916