View | Details | Raw Unified | Return to bug 20270
Collapse All | Expand All

(-)patches/patch-ac (-5 / +4 lines)
Lines 1-5 Link Here
1
--- ltconfig.orig	Tue Dec  7 13:50:48 1999
1
--- ltconfig.orig	Wed Dec  8 06:50:48 1999
2
+++ ltconfig	Mon Jan 17 16:31:24 2000
2
+++ ltconfig	Sat Jul 29 04:23:46 2000
3
@@ -169,7 +169,7 @@
3
@@ -169,7 +169,7 @@
4
 # Constants:
4
 # Constants:
5
 PROGRAM=ltconfig
5
 PROGRAM=ltconfig
Lines 90-96 Link Here
90
 file_magic_cmd=
90
 file_magic_cmd=
91
 file_magic_test_file=
91
 file_magic_test_file=
92
 deplibs_check_method='unknown'
92
 deplibs_check_method='unknown'
93
@@ -1874,18 +1877,21 @@
93
@@ -1874,18 +1877,20 @@
94
   case "$version_type" in
94
   case "$version_type" in
95
     freebsd-elf*)
95
     freebsd-elf*)
96
       deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
96
       deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
Lines 116-126 Link Here
116
+  fi 
116
+  fi 
117
+  need_version=no
117
+  need_version=no
118
+  need_lib_prefix=no
118
+  need_lib_prefix=no
119
+  finish_cmds='/usr/bin/env OBJFORMAT="'"$objformat"'" /sbin/ldconfig -m $libdir'
120
   shlibpath_var=LD_LIBRARY_PATH
119
   shlibpath_var=LD_LIBRARY_PATH
121
   case "$host_os" in
120
   case "$host_os" in
122
   freebsd2* | freebsd3.[01]* | freebsdelf3.[01]*)
121
   freebsd2* | freebsd3.[01]* | freebsdelf3.[01]*)
123
@@ -2776,6 +2782,15 @@
122
@@ -2776,6 +2781,15 @@
124
 
123
 
125
 # Shell to use when invoking shell scripts.
124
 # Shell to use when invoking shell scripts.
126
 SHELL=$LTSHELL
125
 SHELL=$LTSHELL

Return to bug 20270