diff --git a/net-libs/libpsl/libpsl-0.21.1.recipe b/net-libs/libpsl/libpsl-0.21.1.recipe index 2cb0cada6..94d8bf508 100644 --- a/net-libs/libpsl/libpsl-0.21.1.recipe +++ b/net-libs/libpsl/libpsl-0.21.1.recipe @@ -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()