Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
quietsy
aports
Commits
bb6ba6dc
Commit
bb6ba6dc
authored
3 years ago
by
quietsy
Committed by
Kevin Daudt
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Change the build configuration as recommended by goaccess
parent
5454fba0
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/goaccess/APKBUILD
+3
-2
3 additions, 2 deletions
main/goaccess/APKBUILD
with
3 additions
and
2 deletions
main/goaccess/APKBUILD
+
3
−
2
View file @
bb6ba6dc
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment