summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-09 20:57:03 -0500
committerVincent Grande2021-01-09 20:57:03 -0500
commit52abd7c5a3286459c1533d58205281f423550e30 (patch)
tree2d3b2c76e9784769078429bd80a5b1e47efc8883
parent576ce2725c3e668d586a929d8b0a2bb4f3b55819 (diff)
downloadaur-52abd7c5a3286459c1533d58205281f423550e30.tar.gz
disable docs
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index def5f58bd3ea..25cf59c9dba7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = libasyncns-git
license = LGPL
makedepends = git
depends = glibc
- optdepends = lynx: docs
provides = libasyncns
conflicts = libasyncns
source = git://git.0pointer.de/libasyncns.git
diff --git a/PKGBUILD b/PKGBUILD
index 0e14d2f52d7c..1dc70d009b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ url="http://0pointer.de/lennart/projects/libasyncns"
license=(LGPL)
depends=(glibc)
makedepends=(git)
-optdepends=('lynx: docs')
provides=(libasyncns)
conflicts=(libasyncns)
source=("git://git.0pointer.de/libasyncns.git")
@@ -32,7 +31,7 @@ prepare() {
build() {
cd libasyncns
- ./configure --prefix=/usr --disable-lynx
+ ./configure --prefix=/usr --disable-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}