summaryrefslogtreecommitdiff
path: root/src/stage2/patches/libpsl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/libpsl.patch')
-rw-r--r--src/stage2/patches/libpsl.patch14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/stage2/patches/libpsl.patch b/src/stage2/patches/libpsl.patch
index 8c3355b..5491547 100644
--- a/src/stage2/patches/libpsl.patch
+++ b/src/stage2/patches/libpsl.patch
@@ -1,6 +1,15 @@
--- a/PKGBUILD 2018-02-16 14:38:32.235244930 +0100
+++ b/PKGBUILD 2018-02-16 14:41:16.650413298 +0100
-@@ -22,14 +22,15 @@ prepare() {
+@@ -8,7 +8,7 @@ pkgdesc='Public Suffix List library'
+ url='https://github.com/rockdaboot/libpsl'
+ arch=('x86_64')
+ license=('MIT')
+-depends=('libidn2' 'libunistring')
++depends=('libidn2' 'libunistring' 'publicsuffix-list')
+ makedepends=('libxslt' 'python' 'publicsuffix-list' 'gtk-doc')
+ provides=('libpsl.so')
+ source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+@@ -23,14 +23,13 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
./configure \
@@ -8,9 +17,8 @@
--prefix=/usr \
--disable-static \
--disable-dependency-tracking \
- --enable-man \
+- --enable-man \
- --enable-gtk-doc \
-+ --disable-gtk-doc \
--enable-{builtin,runtime}=libidn2 \
- --with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
- --with-psl-testfile=/usr/share/publicsuffix/test_psl.txt