aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/fuse/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/fuse/APKBUILD b/main/fuse/APKBUILD
index 7fef716d3fd..ec5831a4f7e 100644
--- a/main/fuse/APKBUILD
+++ b/main/fuse/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fuse
pkgver=2.9.9
-pkgrel=0
+pkgrel=1
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
url="https://github.com/libfuse/libfuse/"
arch="all"
@@ -9,7 +9,7 @@ license="GPL-2.0-only LGPL-2.1-only"
options="suid !check" # No test suite
depends="fuse-common"
makedepends="gettext-dev"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz
fix-realpath.patch
"
@@ -23,7 +23,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
- --disable-static \
+ --enable-static \
--enable-shared \
--disable-example \
--enable-lib \