File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
146
146
| [ ` libfftw3 ` ] ( libfftw3/ ) | Fastest Fourier Transform in the West (double precision) | 3.3.10 | https://www.fftw.org/ |
147
147
| [ ` libfftw3f ` ] ( libfftw3f/ ) | Fastest Fourier Transform in the West (single precision) | 3.3.10 | https://www.fftw.org/ |
148
148
| [ ` libfts ` ] ( libfts/ ) | libfts | 1.2.7 | https://github.com/void-linux/musl-fts |
149
- | [ ` libgcrypt ` ] ( libgcrypt/ ) | libgcrypt | 1.10.1 | https://gnupg.org/software/libgcrypt/index.html |
149
+ | [ ` libgcrypt ` ] ( libgcrypt/ ) | libgcrypt | 1.10.2 | https://gnupg.org/software/libgcrypt/index.html |
150
150
| [ ` libgd ` ] ( libgd/ ) | libgd | 2.3.3 | https://libgd.github.io/ |
151
151
| [ ` libgpg-error ` ] ( libgpg-error/ ) | libgpg-error | 1.45 | https://gnupg.org/software/libgpg-error/index.html |
152
152
| [ ` libiconv ` ] ( libiconv/ ) | GNU libiconv | 1.17 | https://www.gnu.org/software/libiconv/ |
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env -S bash ../.port_include.sh
2
2
port=' libgcrypt'
3
- version=' 1.10.1 '
3
+ version=' 1.10.2 '
4
4
useconfigure=' true'
5
5
use_fresh_config_sub=' true'
6
6
config_sub_paths=(
@@ -10,7 +10,7 @@ depends=(
10
10
' libgpg-error'
11
11
)
12
12
files=(
13
- " https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version} .tar.bz2#ef14ae546b0084cd84259f61a55e07a38c3b53afc0f546bffcef2f01baffe9de "
13
+ " https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version} .tar.bz2#3b9c02a004b68c256add99701de00b383accccf37177e0d6c58289664cce0c03 "
14
14
)
15
15
16
16
pre_configure () {
@@ -21,5 +21,6 @@ configure() {
21
21
run ./configure \
22
22
--host=" ${SERENITY_ARCH} -pc-serenity" \
23
23
--build=" $( " ${workdir} /build-aux/config.guess" ) " \
24
- --with-libgpg-error-prefix=" ${SERENITY_INSTALL_ROOT} /usr/local"
24
+ --with-libgpg-error-prefix=" ${SERENITY_INSTALL_ROOT} /usr/local" \
25
+ --with-sysroot=" ${SERENITY_INSTALL_ROOT} "
25
26
}
You can’t perform that action at this time.
0 commit comments