Skip to content

Commit

Permalink
depends: use latest config.{sub,guess} for bzip2
Browse files Browse the repository at this point in the history
Needed for recognizing the `arm64-apple-darwin` triplet.
  • Loading branch information
div72 committed Sep 23, 2024
1 parent b6ef794 commit 33daa41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion depends/packages/bzip2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ define $(package)_set_vars
endef

define $(package)_preprocess_cmds
patch -p0 < $($(package)_patch_dir)/Makefile.patch
patch -p0 < $($(package)_patch_dir)/Makefile.patch && \
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub .
endef

define $(package)_config_cmds
Expand Down

0 comments on commit 33daa41

Please sign in to comment.