Skip to content

Commit

Permalink
depends: use latest config.guess and config.sub for sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Jul 22, 2021
1 parent 35d082c commit 5985f09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions depends/packages/sqlite.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ $(package)_config_opts=--disable-shared --disable-readline --disable-dynamic-ext
$(package)_config_opts_linux=--with-pic
endef

define $(package)_preprocess_cmds
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub .
endef

define $(package)_config_cmds
$($(package)_autoconf)
endef
Expand Down

0 comments on commit 5985f09

Please sign in to comment.