commit a3a48b2a11b369a82a9c629b544d5d0d0658f58b parent 82d813506bbd3621b8e65d9a70933f06c3919115 Author: Cem Keylan <cem@ckyln.com> Date: Thu, 16 Jan 2020 10:12:08 +0300 libpsl: remove libidn2 dependency Diffstat:
M | testing/libpsl/build | | | 5 | +++-- |
M | testing/libpsl/depends | | | 3 | ++- |
M | testing/libpsl/version | | | 2 | +- |
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/testing/libpsl/build b/testing/libpsl/build @@ -1,6 +1,7 @@ #!/bin/sh -e -sed -i 's#env python#&3#' src/psl-make-dafsa -./configure --prefix=/usr +./configure \ + --prefix=/usr + make make DESTDIR="$1" install diff --git a/testing/libpsl/depends b/testing/libpsl/depends @@ -1 +1,2 @@ -libidn2 +icu +python make diff --git a/testing/libpsl/version b/testing/libpsl/version @@ -1 +1 @@ -0.21.0 1 +0.21.0 2