mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libpsl: link with unistring and libidn
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user