summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-09 20:54:39 -0500
committerVincent Grande2021-01-09 20:54:39 -0500
commit8b5dc3362cf68d9bc6185705e43b45b5a9bbe53b (patch)
tree11e25da5aa972a35a59f7ba4ec28de3004e421dd
parent8b28c395007dc732099999004c78e517790d1b94 (diff)
downloadaur-8b5dc3362cf68d9bc6185705e43b45b5a9bbe53b.tar.gz
disable lynx
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b33e4cbcc908..25cf59c9dba7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ 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 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
}