aboutsummaryrefslogtreecommitdiffstats
path: root/main/fuse3
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-20 18:33:21 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-21 18:12:22 +0100
commit20b13d17d07ee2958a377d95f3ad14826ff9ddf9 (patch)
treed495d22702e19aa7451c67959af2cf158570cfee /main/fuse3
parentb94680c47045c5341cb09867067098a02b00024e (diff)
downloadaports-20b13d17d07ee2958a377d95f3ad14826ff9ddf9.tar.bz2
aports-20b13d17d07ee2958a377d95f3ad14826ff9ddf9.tar.xz
main/*: make CMake and meson respect our C{,PP,XX}FLAGS
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
Diffstat (limited to 'main/fuse3')
-rw-r--r--main/fuse3/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fuse3/APKBUILD b/main/fuse3/APKBUILD
index 810bd439b5..dd8d78da62 100644
--- a/main/fuse3/APKBUILD
+++ b/main/fuse3/APKBUILD
@@ -2,7 +2,7 @@
pkgname=fuse3
_pkgname=fuse
pkgver=3.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="The reference implementation of the Linux FUSE (Filesystem in Userspace) interface"
url="https://github.com/libfuse/libfuse"
arch="all"
@@ -30,7 +30,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=debugoptimized \
+ --buildtype=plain \
. output
ninja -C output
}