Skip to content

Commit

Permalink
[deps] Use newer config.sub when building nghttp2 (#45346)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7f84d46)
  • Loading branch information
giordano authored and KristofferC committed May 18, 2022
1 parent 43ba8ae commit 1f9140f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/nghttp2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $(SRCCACHE)/nghttp2-$(NGHTTP2_VER).tar.bz2: | $(SRCCACHE)
$(SRCCACHE)/nghttp2-$(NGHTTP2_VER)/source-extracted: $(SRCCACHE)/nghttp2-$(NGHTTP2_VER).tar.bz2
$(JLCHECKSUM) $<
cd $(dir $<) && $(TAR) -jxf $<
cp $(SRCDIR)/patches/config.sub $(SRCCACHE)/nghttp2-$(NGHTTP2_VER)/config.sub
touch -c $(SRCCACHE)/nghttp2-$(NGHTTP2_VER)/configure # old target
echo 1 > $@

Expand Down

0 comments on commit 1f9140f

Please sign in to comment.