|
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" |