Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90637 Details for
Bug 138761
mysql should not export ldflags as libraries
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mysql-4.1.20-noexportldflags.patch
mysql-4.1.20-noexportldflags.patch (text/plain), 976 bytes, created by
Diego Elio Pettenò (RETIRED)
on 2006-07-01 13:12:15 UTC
(
hide
)
Description:
mysql-4.1.20-noexportldflags.patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2006-07-01 13:12:15 UTC
Size:
976 bytes
patch
obsolete
>Index: mysql-4.1.20/scripts/mysql_config.sh >=================================================================== >--- mysql-4.1.20.orig/scripts/mysql_config.sh >+++ mysql-4.1.20/scripts/mysql_config.sh >@@ -98,10 +98,10 @@ ldflags='@LDFLAGS@' > > # Create options > # We intentionally add a space to the beginning of lib strings, simplifies replace later >-libs=" $ldflags -L$pkglibdir -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@" >+libs=" -L$pkglibdir -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@" > libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@" >-libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r @ZLIB_DEPS@ @LIBS@ @openssl_libs@" >-embedded_libs=" $ldflags -L$pkglibdir -lmysqld @ZLIB_DEPS@ @LIBS@ @WRAPLIBS@ @innodb_system_libs@" >+libs_r=" -L$pkglibdir -lmysqlclient_r @ZLIB_DEPS@ @LIBS@ @openssl_libs@" >+embedded_libs=" -L$pkglibdir -lmysqld @ZLIB_DEPS@ @LIBS@ @WRAPLIBS@ @innodb_system_libs@" > > cflags="-I$pkgincludedir @CFLAGS@ " #note: end space! > include="-I$pkgincludedir"
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 138761
: 90637