summaryrefslogtreecommitdiff
path: root/extra/lynx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lynx/PKGBUILD')
-rw-r--r--extra/lynx/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/lynx/PKGBUILD b/extra/lynx/PKGBUILD
index cb8b913f2..714c2c18b 100644
--- a/extra/lynx/PKGBUILD
+++ b/extra/lynx/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=2.8.7
pkgrel=7
pkgdesc="A text browser for the World Wide Web"
url="http://lynx.isc.org/"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('ncurses' 'openssl')
backup=('etc/lynx.cfg')
@@ -22,7 +22,8 @@ build() {
--with-ssl=/usr \
--enable-nls \
--enable-ipv6 \
- --mandir=/usr/share/man
+ --mandir=/usr/share/man \
+ CFLAGS="$CFLAGS -DUSE_OPENSSL_INCL"
make
}