Skip to content

Commit

Permalink
Merge pull request #9653
Browse files Browse the repository at this point in the history
c182428 depends: don't run auto(re)conf anywhere (tobtoht)
  • Loading branch information
tobtoht committed Jan 19, 2025
2 parents 249977a + c182428 commit 1bd57c8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
4 changes: 0 additions & 4 deletions contrib/depends/packages/eudev.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ define $(package)_build_cmd
$(MAKE)
endef

define $(package)_preprocess_cmds
cd $($(package)_build_subdir); autoreconf -f -i
endef

define $(package)_stage_cmds
$(MAKE) DESTDIR=$($(package)_staging_dir) install
endef
Expand Down
3 changes: 1 addition & 2 deletions contrib/depends/packages/libusb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ $(package)_file_name=$(package)-$($(package)_version).tar.bz2
$(package)_sha256_hash=ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575

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

define $(package)_set_vars
Expand Down
4 changes: 0 additions & 4 deletions contrib/depends/packages/sodium.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ $(package)_config_opts=--enable-static --disable-shared
$(package)_config_opts+=--prefix=$(host_prefix)
endef

define $(package)_preprocess_cmds
autoconf
endef

define $(package)_config_cmds
$($(package)_autoconf) AR_FLAGS=$($(package)_arflags)
endef
Expand Down
4 changes: 0 additions & 4 deletions contrib/depends/packages/unbound.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ define $(package)_set_vars
$(package)_cflags_mingw32+="-D_WIN32_WINNT=0x600"
endef

define $(package)_preprocess_cmds
autoconf
endef

define $(package)_config_cmds
$($(package)_autoconf) ac_cv_func_getentropy=no AR_FLAGS=$($(package)_arflags)
endef
Expand Down

0 comments on commit 1bd57c8

Please sign in to comment.