diff options
author | TheCharlatan <seb.kung@gmail.com> | 2019-06-27 00:25:47 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2019-08-20 15:24:47 +0200 |
commit | 13c0b8c265727ae1e0e9c604ea3fbf44bb749f2c (patch) | |
tree | 39cae8d5601ac9a267509b9322ee3e9b9c9e589e /contrib/depends/packages/ldns.mk | |
parent | Merge pull request #5635 (diff) | |
download | monero-13c0b8c265727ae1e0e9c604ea3fbf44bb749f2c.tar.xz |
Add depends riscv 64 bit support
Diffstat (limited to 'contrib/depends/packages/ldns.mk')
-rw-r--r-- | contrib/depends/packages/ldns.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/depends/packages/ldns.mk b/contrib/depends/packages/ldns.mk index ea4902170..6fbcc3466 100644 --- a/contrib/depends/packages/ldns.mk +++ b/contrib/depends/packages/ldns.mk @@ -12,6 +12,10 @@ define $(package)_set_vars $(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 |