From 0757b802797ed8231ebb21ac5304a38ca93820a9 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 22:00:43 +0000 Subject: changed libpslto use tarball --- repo/core/libpsl.xibuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'repo') diff --git a/repo/core/libpsl.xibuild b/repo/core/libpsl.xibuild index 82ae40b..9b40f2a 100644 --- a/repo/core/libpsl.xibuild +++ b/repo/core/libpsl.xibuild @@ -2,12 +2,12 @@ DEPS=(libidn) -SOURCE=https://github.com/rockdaboot/libpsl +SOURCE=https://github.com/rockdaboot/libpsl/releases/download/0.21.1/libpsl-0.21.1.tar.gz DESC="C library to handle the Public Suffix List" build () { - ./autogen.sh - ./configure prefix="/usr" - make + sed -i 's/env python/&3/' src/psl-make-dafsa && + ./configure --prefix=/usr --disable-static && + make make DESTDIR=$PKG_DEST install } -- cgit v1.2.1