aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-16 10:12:08 +0300
committerCem Keylan <cem@ckyln.com>2020-01-16 10:12:08 +0300
commita3a48b2a11b369a82a9c629b544d5d0d0658f58b (patch)
treea37b6f79e20fec9415c53fdd6675c8459572c202 /testing
parent82d813506bbd3621b8e65d9a70933f06c3919115 (diff)
downloadrepository-a3a48b2a11b369a82a9c629b544d5d0d0658f58b.tar.gz
libpsl: remove libidn2 dependency
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/libpsl/build5
-rw-r--r--testing/libpsl/depends3
-rw-r--r--testing/libpsl/version2
3 files changed, 6 insertions, 4 deletions
diff --git a/testing/libpsl/build b/testing/libpsl/build
index 40e40f93..6daf22f8 100755
--- 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
index 26f0352a..29c6b764 100644
--- 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
index 351346bd..c8ffed3a 100644
--- a/testing/libpsl/version
+++ b/testing/libpsl/version
@@ -1 +1 @@
-0.21.0 1
+0.21.0 2