summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e7fc3c52cee..466ee1630da9 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 lynx)
+makedepends=(git)
provides=(libasyncns)
conflicts=(libasyncns)
source=("git://git.0pointer.de/libasyncns.git")
@@ -31,7 +31,7 @@ prepare() {
build() {
cd libasyncns
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-lynx
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}