mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
bdb bugfix: LTLIBOBJS didn't take --disable-shared into account
fix for bdb not ending up into libmysqld.a bdb/dist/configure.ac: bdb bugfix: LTLIBOBJS didn't take --disable-shared into account configure.in: build bdb with --disable-shared for libdb.a to go into libmysqld.a libmysqld/examples/Makefile.am: incorrect "bugfix" undone. bdb should be in libmysqld.a
This commit is contained in:
parent
40f282d593
commit
d40349fbf9
3 changed files with 3 additions and 3 deletions
2
bdb/dist/configure.ac
vendored
2
bdb/dist/configure.ac
vendored
|
|
@ -555,7 +555,7 @@ fi
|
|||
LIB@&t@OBJS=`echo "$LIB@&t@OBJS" |
|
||||
sed 's,\.[[^.]]* ,$U&,g;s,\.[[^.]]*$,$U&,'`
|
||||
LTLIBOBJS=`echo "$LIB@&t@OBJS" |
|
||||
sed 's,\.[[^.]]* ,.lo ,g;s,\.[[^.]]*$,.lo,'`
|
||||
sed "s,\.[[^.]]* ,$o ,g;s,\.[[^.]]*$,$o,"`
|
||||
AC_SUBST(LTLIBOBJS)
|
||||
|
||||
# Initial output file list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue