Skip to content

Commit

Permalink
update link to libgcrypt patch needed for building on macos
Browse files Browse the repository at this point in the history
Signed-off-by: Anjan Nath <kaludios@gmail.com>
  • Loading branch information
anjannath committed May 22, 2023
1 parent 6e8baa6 commit 0dee726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function build_lib_gcrypt() {
pushd "${source_dir}" || exit
# patch needed for building on macOS, ref: https://dev.gnupg.org/T6442
# patch comes from: https://dev.gnupg.org/rCfa21ddc158b5d7b5900856e5b131071302217a51
curl -L https://files.gnupg.net/file/data/vwujyhdvm7ankwyqd645/PHID-FILE-mwryt6zs63h44liholua/file | patch -p1
curl -L "https://dev.gnupg.org/rCfa21ddc158b5d7b5900856e5b131071302217a51?diff=1" | patch -p1
./configure --disable-dependency-tracking --disable-silent-rules --enable-static --prefix="$1" \
--disable-asm --with-libgpg-error-prefix="$1"
make -C random rndjent.o rndjent.lo
Expand Down

0 comments on commit 0dee726

Please sign in to comment.