FreeBSD Bugzilla – Attachment 76255 Details for
Bug 109956
fix objformat problem about multimedia/libdvdplay.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.61 KB, created by
TsurutaniNaoki
on 2007-03-06 00:10:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
TsurutaniNaoki
Created:
2007-03-06 00:10:06 UTC
Size:
1.61 KB
patch
obsolete
>--- configure.orig Tue Mar 11 02:55:45 2003 > +++ configure Mon Mar 5 13:17:20 2007 > @@ -6202,8 +6202,29 @@ > dynamic_linker='GNU/FreeBSD ld.so' > ;; > > -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}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' > + soname_spec='${libname}${release}${shared_ext}$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*) > @@ -6221,9 +6242,18 @@ > freebsd2*) > shlibpath_overrides_runpath=yes > ;; > - *) > - 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 109956
: 76255 |
76256