summaryrefslogtreecommitdiff
path: root/src/stage3/patches/libpsl.patch
blob: 587d728f65fd586c82d1d836c9d4aa6759b22ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/PKGBUILD	2018-03-14 21:28:45.927361802 +0100
+++ b/PKGBUILD	2018-03-14 21:29:22.010706555 +0100
@@ -9,7 +9,7 @@ url='https://github.com/rockdaboot/libps
 arch=('x86_64')
 license=('MIT')
 depends=('libidn2' 'libunistring')
-makedepends=('libxslt' 'python' 'publicsuffix-list' 'gtk-doc')
+makedepends=('libxslt' 'python' 'publicsuffix-list')
 provides=('libpsl.so')
 source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha512sums=('5a6c54c3a0aafef3eaa309bf3147179d41393fb63d7e6276a3e02705ae5c4005c61b3f8b13636eac0570ac20033c1c9b1a51937a06b56a30a4461ff9b1f955be')
@@ -27,7 +27,7 @@ build() {
     --disable-static \
     --disable-dependency-tracking \
     --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