Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138761
Collapse All | Expand All

(-)mysql-4.1.20/scripts/mysql_config.sh (-3 / +3 lines)
Lines 98-107 ldflags='@LDFLAGS@' Link Here
98
98
99
# Create options 
99
# Create options 
100
# We intentionally add a space to the beginning of lib strings, simplifies replace later
100
# We intentionally add a space to the beginning of lib strings, simplifies replace later
101
libs=" $ldflags -L$pkglibdir -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@"
101
libs=" -L$pkglibdir -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@"
102
libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@"
102
libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@"
103
libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r @ZLIB_DEPS@ @LIBS@ @openssl_libs@"
103
libs_r=" -L$pkglibdir -lmysqlclient_r @ZLIB_DEPS@ @LIBS@ @openssl_libs@"
104
embedded_libs=" $ldflags -L$pkglibdir -lmysqld @ZLIB_DEPS@ @LIBS@ @WRAPLIBS@ @innodb_system_libs@"
104
embedded_libs=" -L$pkglibdir -lmysqld @ZLIB_DEPS@ @LIBS@ @WRAPLIBS@ @innodb_system_libs@"
105
105
106
cflags="-I$pkgincludedir @CFLAGS@ " #note: end space!
106
cflags="-I$pkgincludedir @CFLAGS@ " #note: end space!
107
include="-I$pkgincludedir"
107
include="-I$pkgincludedir"

Return to bug 138761