Skip to content

Commit 5985f09

Browse files
committed
depends: use latest config.guess and config.sub for sqlite
1 parent 35d082c commit 5985f09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

depends/packages/sqlite.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ $(package)_config_opts=--disable-shared --disable-readline --disable-dynamic-ext
99
$(package)_config_opts_linux=--with-pic
1010
endef
1111

12+
define $(package)_preprocess_cmds
13+
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub .
14+
endef
15+
1216
define $(package)_config_cmds
1317
$($(package)_autoconf)
1418
endef

0 commit comments

Comments
 (0)