mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge mysql.com:/home/kent/bk/tmp3/mysql-4.1-build
into mysql.com:/home/kent/bk/tmp3/mysql-5.0-build
This commit is contained in:
commit
a1f0ff4bb4
2 changed files with 8 additions and 1 deletions
|
@ -1736,6 +1736,12 @@ AC_ARG_WITH(client-ldflags,
|
||||||
[CLIENT_EXTRA_LDFLAGS=])
|
[CLIENT_EXTRA_LDFLAGS=])
|
||||||
AC_SUBST(CLIENT_EXTRA_LDFLAGS)
|
AC_SUBST(CLIENT_EXTRA_LDFLAGS)
|
||||||
|
|
||||||
|
AC_ARG_WITH(mysqld-libs,
|
||||||
|
[ --with-mysqld-libs Extra libraries to link with for mysqld],
|
||||||
|
[MYSQLD_EXTRA_LIBS=$withval],
|
||||||
|
[MYSQLD_EXTRA_LIBS=])
|
||||||
|
AC_SUBST(MYSQLD_EXTRA_LIBS)
|
||||||
|
|
||||||
AC_ARG_WITH(lib-ccflags,
|
AC_ARG_WITH(lib-ccflags,
|
||||||
[ --with-lib-ccflags Extra CC options for libraries],
|
[ --with-lib-ccflags Extra CC options for libraries],
|
||||||
[LIB_EXTRA_CCFLAGS=$withval],
|
[LIB_EXTRA_CCFLAGS=$withval],
|
||||||
|
|
|
@ -43,7 +43,8 @@ mysqld_LDADD = @MYSQLD_EXTRA_LDFLAGS@ \
|
||||||
@innodb_system_libs@ \
|
@innodb_system_libs@ \
|
||||||
@ndbcluster_libs@ @ndbcluster_system_libs@ \
|
@ndbcluster_libs@ @ndbcluster_system_libs@ \
|
||||||
$(LDADD) $(CXXLDFLAGS) $(WRAPLIBS) @LIBDL@ \
|
$(LDADD) $(CXXLDFLAGS) $(WRAPLIBS) @LIBDL@ \
|
||||||
$(yassl_libs) $(openssl_libs)
|
$(yassl_libs) $(openssl_libs) \
|
||||||
|
@MYSQLD_EXTRA_LIBS@
|
||||||
|
|
||||||
noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
|
noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
|
||||||
item_strfunc.h item_timefunc.h item_uniq.h \
|
item_strfunc.h item_timefunc.h item_uniq.h \
|
||||||
|
|
Loading…
Reference in a new issue