FreeBSD Bugzilla – Attachment 147502 Details for
Bug 193791
[PATCH] Correctly link the .so files in x11-toolkits/blt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to use the compiler to linkthe .so files.
ports-blt-armv6.diff (text/plain), 958 bytes, created by
Andrew Turner
on 2014-09-20 09:49:29 UTC
(
hide
)
Description:
Patch to use the compiler to linkthe .so files.
Filename:
MIME Type:
Creator:
Andrew Turner
Created:
2014-09-20 09:49:29 UTC
Size:
958 bytes
patch
obsolete
>Index: x11-toolkits/blt/files/patch-configure >=================================================================== >--- x11-toolkits/blt/files/patch-configure (revision 368629) >+++ x11-toolkits/blt/files/patch-configure (working copy) >@@ -1,5 +1,5 @@ >---- configure.orig 2010-11-30 17:51:02.000000000 -0500 >-+++ configure >+--- configure.orig 2010-11-30 22:51:02.000000000 +0000 >++++ configure 2014-09-13 06:33:34.000000000 +0000 > @@ -975,7 +975,7 @@ cat > conftest.$ac_ext << EOF > #line 976 "configure" > #include "confdefs.h" >@@ -141,3 +141,14 @@ > # Not available on all versions: check for include file. > ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'` > echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6 >+@@ -4110,8 +4114,8 @@ fi >+ >+ if test "$test_ok" = yes; then >+ SHLIB_CFLAGS="-fpic" >+- SHLIB_LD="ld" >+- SHLIB_LD_FLAGS="-Bshareable -x" >++ SHLIB_LD="${CC}" >++ SHLIB_LD_FLAGS="-shared -Wl,-x" >+ 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 193791
: 147502