mirror of
https://github.com/monero-project/monero.git
synced 2025-02-07 08:33:44 +02:00
depends: don't run auto(re)conf anywhere
This commit is contained in:
parent
249977ac32
commit
c182428c35
@ -16,10 +16,6 @@ define $(package)_build_cmd
|
|||||||
$(MAKE)
|
$(MAKE)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_preprocess_cmds
|
|
||||||
cd $($(package)_build_subdir); autoreconf -f -i
|
|
||||||
endef
|
|
||||||
|
|
||||||
define $(package)_stage_cmds
|
define $(package)_stage_cmds
|
||||||
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
||||||
endef
|
endef
|
||||||
|
@ -5,8 +5,7 @@ $(package)_file_name=$(package)-$($(package)_version).tar.bz2
|
|||||||
$(package)_sha256_hash=ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575
|
$(package)_sha256_hash=ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575
|
||||||
|
|
||||||
define $(package)_preprocess_cmds
|
define $(package)_preprocess_cmds
|
||||||
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub . && \
|
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub .
|
||||||
autoreconf -i
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_set_vars
|
define $(package)_set_vars
|
||||||
|
@ -9,10 +9,6 @@ $(package)_config_opts=--enable-static --disable-shared
|
|||||||
$(package)_config_opts+=--prefix=$(host_prefix)
|
$(package)_config_opts+=--prefix=$(host_prefix)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_preprocess_cmds
|
|
||||||
autoconf
|
|
||||||
endef
|
|
||||||
|
|
||||||
define $(package)_config_cmds
|
define $(package)_config_cmds
|
||||||
$($(package)_autoconf) AR_FLAGS=$($(package)_arflags)
|
$($(package)_autoconf) AR_FLAGS=$($(package)_arflags)
|
||||||
endef
|
endef
|
||||||
|
@ -17,10 +17,6 @@ define $(package)_set_vars
|
|||||||
$(package)_cflags_mingw32+="-D_WIN32_WINNT=0x600"
|
$(package)_cflags_mingw32+="-D_WIN32_WINNT=0x600"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_preprocess_cmds
|
|
||||||
autoconf
|
|
||||||
endef
|
|
||||||
|
|
||||||
define $(package)_config_cmds
|
define $(package)_config_cmds
|
||||||
$($(package)_autoconf) ac_cv_func_getentropy=no AR_FLAGS=$($(package)_arflags)
|
$($(package)_autoconf) ac_cv_func_getentropy=no AR_FLAGS=$($(package)_arflags)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user