mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-25 04:02:28 +03:00
Ports/libassuan: Update libassuan to version 2.5.6
This also sets the sysroot to to allow it to find libgpg-error and libiconv when building with Clang.
This commit is contained in:
parent
f18a87fa1f
commit
c2223eedca
Notes:
sideshowbarker
2024-07-17 01:51:00 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/c2223eedca Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
@ -138,7 +138,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`lcms2`](lcms2/) | Small-footprint color management engine | 2.15 | https://github.com/mm2/Little-CMS |
|
||||
| [`less`](less/) | less | 643 | https://www.greenwoodsoftware.com/less/ |
|
||||
| [`libarchive`](libarchive/) | libarchive | 3.7.1 | https://libarchive.org/ |
|
||||
| [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html |
|
||||
| [`libassuan`](libassuan/) | libassuan | 2.5.6 | https://gnupg.org/software/libassuan/index.html |
|
||||
| [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.12 | https://www.hboehm.info/gc/ |
|
||||
| [`libenet`](libenet/) | libenet | 1.3.17 | http://sauerbraten.org/enet/ |
|
||||
| [`libexpat`](libexpat/) | Expat | 2.4.8 | https://libexpat.github.io/ |
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='libassuan'
|
||||
version='2.5.5'
|
||||
version='2.5.6'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=(
|
||||
@ -10,7 +10,7 @@ depends=(
|
||||
'libgpg-error'
|
||||
)
|
||||
files=(
|
||||
"https://gnupg.org/ftp/gcrypt/libassuan/libassuan-${version}.tar.bz2#8e8c2fcc982f9ca67dcbb1d95e2dc746b1739a4668bc20b3a3c5be632edb34e4"
|
||||
"https://gnupg.org/ftp/gcrypt/libassuan/libassuan-${version}.tar.bz2#e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426"
|
||||
)
|
||||
|
||||
pre_configure() {
|
||||
@ -23,5 +23,6 @@ configure() {
|
||||
--build="$("${workdir}/build-aux/config.guess")" \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--with-libgpg-error-prefix="${SERENITY_INSTALL_ROOT}/usr/local"
|
||||
--with-libgpg-error-prefix="${SERENITY_INSTALL_ROOT}/usr/local" \
|
||||
--with-sysroot="${SERENITY_INSTALL_ROOT}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user