diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-16 10:12:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-16 10:12:08 +0300 |
commit | a3a48b2a11b369a82a9c629b544d5d0d0658f58b (patch) | |
tree | a37b6f79e20fec9415c53fdd6675c8459572c202 /testing/libpsl/build | |
parent | 82d813506bbd3621b8e65d9a70933f06c3919115 (diff) | |
download | repository-a3a48b2a11b369a82a9c629b544d5d0d0658f58b.tar.gz |
libpsl: remove libidn2 dependency
Diffstat (limited to 'testing/libpsl/build')
-rwxr-xr-x | testing/libpsl/build | 5 |
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 |