berkeleydb: Update config.{sub,guess} in configure step.
authorWill Newton <will.newton@gmail.com>
Fri, 7 Aug 2009 14:51:11 +0000 (15:51 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 7 Aug 2009 17:01:18 +0000 (19:01 +0200)
Some architectures may need updates to the configure helper scripts
before it is possible to safely configure.

Signed-off-by: Will Newton <will.newton@gmail.com>
package/berkeleydb/berkeleydb.mk

index a6e04397411125d919534385cdf5cb3c0bfe244c..bea3eb718bd3f862e5a1d16f39e69b1a20370e7e 100644 (file)
@@ -20,6 +20,7 @@ $(DB_DIR)/.dist: $(DL_DIR)/$(DB_SOURCE)
        touch $@
 
 $(DB_DIR)/.configured: $(DB_DIR)/.dist
+       $(CONFIG_UPDATE) $(DB_DIR)/dist
        (cd $(DB_DIR)/build_unix; rm -rf config.cache; \
                $(TARGET_CONFIGURE_OPTS) \
                $(TARGET_CONFIGURE_ARGS) \