berkeleydb: fix build of shared libraries

009d8fceab and 0a5e5534cb moved the --enable-static configure flag
from package files to the default _CONFIGURE_CMDS in
package/Makefile.autotools.in.
This broke Autotools packages that override _CONFIGURE_CMDS.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Luca Ceresoli 2011-06-20 17:59:55 +02:00 committed by Peter Korsgaard
parent 97a429667e
commit b1d02f7314

View file

@ -38,6 +38,7 @@ define BERKELEYDB_CONFIGURE_CMDS
--disable-rpc \
--disable-tcl \
--disable-compat185 \
$(SHARED_STATIC_LIBS_OPTS) \
--with-pic \
)
$(SED) 's/\.lo/.o/g' $(@D)/build_unix/Makefile