FreeBSD Bugzilla – Attachment 106957 Details for
Bug 147646
[PATCH] graphics/libGL: fix linking with newer gcc and binutils
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libGL-7.6.1.patch
libGL-7.6.1.patch (text/plain), 733 bytes, created by
Andriy Gapon
on 2010-06-07 11:30:11 UTC
(
hide
)
Description:
libGL-7.6.1.patch
Filename:
MIME Type:
Creator:
Andriy Gapon
Created:
2010-06-07 11:30:11 UTC
Size:
733 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/graphics/libGL.orig/files/patch-bin_mklib /usr/ports/graphics/libGL/files/patch-bin_mklib >--- /usr/ports/graphics/libGL.orig/files/patch-bin_mklib 1970-01-01 03:00:00.000000000 +0300 >+++ /usr/ports/graphics/libGL/files/patch-bin_mklib 2010-06-07 13:09:15.081554682 +0300 >@@ -0,0 +1,11 @@ >+--- bin/mklib.orig 2010-06-07 12:59:34.051442949 +0300 >++++ bin/mklib 2010-06-07 13:06:23.985952856 +0300 >+@@ -497,7 +498,7 @@ case $ARCH in >+ FINAL_LIBS=${STLIB} >+ else >+ SHLIB="lib${LIBNAME}.so.${MAJOR}" >+- OPTS="-shared -Wl,-soname,${SHLIB}" >++ OPTS="-shared -Wl,-Bsymbolic -Wl,-soname,${SHLIB}" >+ if [ "${ALTOPTS}" ] ; then >+ OPTS=${ALTOPTS} >+ fi
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 147646
: 106957 |
106958
|
106959