Skip to content

Commit

Permalink
Merge pull request #11 from loopholelabs/fix-build
Browse files Browse the repository at this point in the history
Work around OpenSSL Engine Deprecation
  • Loading branch information
pojntfx authored Nov 27, 2024
2 parents 4a41a89 + 40bfe37 commit a74f880
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ $(addprefix patch/pre/,$(obj)):
git apply ../../../../patches/add-typedefs.patch && \
git apply ../../../../patches/fix-installkernel.patch && \
git apply ../../../../patches/use-fixed-pvm-range.patch && \
git apply ../../../../patches/fix-rpmbuild.patch
git apply ../../../../patches/fix-rpmbuild.patch && \
git apply ../../../../patches/fix-signing.patch

patch/fedora/baremetal: patch/pre/fedora/baremetal
patch/fedora/hetzner: patch/pre/fedora/hetzner
Expand Down
Loading

0 comments on commit a74f880

Please sign in to comment.