summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-04-01 09:58:08 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-04-01 09:58:08 +0200
commit27434f0ebbc605de04964f55fe1e35670c53a6bf (patch)
treed454c1549bb57f54f1674eec78b9d805dc3dd060
parent5820c230498a822bd47695c77405c9fa4ab96c3c (diff)
fixed libpsl patch
-rw-r--r--src/stage3/patches/libpsl.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stage3/patches/libpsl.patch b/src/stage3/patches/libpsl.patch
index e77fe16..587d728 100644
--- a/src/stage3/patches/libpsl.patch
+++ b/src/stage3/patches/libpsl.patch
@@ -6,10 +6,10 @@
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')
-
-@@ -26,7 +26,7 @@ build() {
+@@ -27,7 +27,7 @@ build() {
--disable-static \
--disable-dependency-tracking \
--enable-man \