FreeBSD Bugzilla – Attachment 76254 Details for
Bug 109955
fix about japanese/vflib on objformat problem.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.59 KB, created by
TsurutaniNaoki
on 2007-03-06 00:10:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
TsurutaniNaoki
Created:
2007-03-06 00:10:05 UTC
Size:
1.59 KB
patch
obsolete
>--- ltconfig.orig Wed May 30 13:20:36 2001 > +++ ltconfig Mon Mar 5 12:53:51 2007 > @@ -1823,8 +1823,29 @@ > dynamic_linker=no > ;; > > -freebsd*) > - objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` > +kfreebsd*-gnu) > + version_type=linux > + need_lib_prefix=no > + need_version=no > + library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}.so' > + soname_spec='${libname}${release}.so$major' > + shlibpath_var=LD_LIBRARY_PATH > + shlibpath_overrides_runpath=no > + hardcode_into_libs=yes > + dynamic_linker='GNU ld.so' > + ;; > + > +freebsd* | dragonfly*) > + # DragonFly does not have aout. When/if they implement a new > + # versioning mechanism, adjust this. > + if test -x /usr/bin/objformat; then > + objformat=`/usr/bin/objformat` > + else > + case $host_os in > + freebsd[[123]]*) objformat=aout ;; > + *) objformat=elf ;; > + esac > + fi > version_type=freebsd-$objformat > case "$version_type" in > freebsd-elf*) > @@ -1847,9 +1868,19 @@ > freebsd2* | freebsd3.[01]*) > shlibpath_overrides_runpath=yes > ;; > - *) # from 3.2 on > - shlibpath_overrides_runpath=no > + freebsd3.[[01]]* | freebsdelf3.[[01]]*) > + shlibpath_overrides_runpath=yes > + hardcode_into_libs=yes > + ;; > + freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ > + freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) > + shlibpath_overrides_runpath=no > + hardcode_into_libs=yes > ;; > + freebsd*) # from 4.6 on > + shlibpath_overrides_runpath=yes > + hardcode_into_libs=yes > + ;; > esac > ;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 109955
: 76254