libpsl: link with unistring and libidn

This commit is contained in:
Gerasim Troeglazov
2022-11-06 22:25:31 +10:00
parent 2a644591ee
commit 94ed660349

View File

@@ -6,7 +6,7 @@ parts of the domain in a user interface, and sort domain lists by site."
HOMEPAGE="https://rockdaboot.github.io/libpsl/"
COPYRIGHT="2014-2018 Tim Rühsen"
LICENSE="libpsl"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/rockdaboot/libpsl/releases/download/$portVersion/libpsl-$portVersion.tar.gz"
CHECKSUM_SHA256="ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c"
@@ -75,7 +75,7 @@ BUILD()
{
autoreconf
runConfigure ./configure --enable-runtime=$IDNA --enable-builtin=$IDNA
make $jobArgs LIBS="-lnetwork"
make $jobArgs LIBS="-lnetwork -lunistring -l${IDNA:3}"
}
INSTALL()