Skip to content
Snippets Groups Projects
Commit bb6ba6dc authored by quietsy's avatar quietsy Committed by Kevin Daudt
Browse files

Change the build configuration as recommended by goaccess

parent 5454fba0
Branches master
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ options="!check" # no test suite
url="https://goaccess.io/"
arch="all"
license="GPL-2.0-or-later"
makedepends="ncurses-dev geoip-dev glib-dev"
makedepends="ncurses-dev geoip-dev glib-dev libmaxminddb-dev"
subpackages="$pkgname-doc $pkgname-lang"
source="https://tar.goaccess.io/goaccess-$pkgver.tar.gz"
......@@ -22,7 +22,8 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
--enable-geoip=legacy
--enable-geoip=mmdb \
--enable-utf8
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment