summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25cf59c9dba7..b33e4cbcc908 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = libasyncns-git
arch = x86_64
license = LGPL
makedepends = git
+ makedepends = lynx
depends = glibc
provides = libasyncns
conflicts = libasyncns
diff --git a/PKGBUILD b/PKGBUILD
index 1dc70d009b79..12572bafe7dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=(x86_64)
url="http://0pointer.de/lennart/projects/libasyncns"
license=(LGPL)
depends=(glibc)
-makedepends=(git)
+makedepends=('git' 'lynx')
provides=(libasyncns)
conflicts=(libasyncns)
source=("git://git.0pointer.de/libasyncns.git")
@@ -31,7 +31,7 @@ prepare() {
build() {
cd libasyncns
- ./configure --prefix=/usr --disable-doc
+ ./configure --prefix=/usr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}