summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-01-09 21:04:08 -0500
committerVincent Grande2021-01-09 21:04:08 -0500
commite1be17a0b90a3927324463699382c49ea8ae4a95 (patch)
tree6488842a9b755c525d3e4faca2f00c625fc1e7c7 /PKGBUILD
parent52abd7c5a3286459c1533d58205281f423550e30 (diff)
downloadaur-libasyncns-git.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
}