aboutsummaryrefslogtreecommitdiff
path: root/testing/libpsl/build
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/libpsl/build
parent82d813506bbd3621b8e65d9a70933f06c3919115 (diff)
downloadrepository-a3a48b2a11b369a82a9c629b544d5d0d0658f58b.tar.gz
libpsl: remove libidn2 dependency
Diffstat (limited to 'testing/libpsl/build')
-rwxr-xr-xtesting/libpsl/build5
1 files changed, 3 insertions, 2 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