summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}