diff options
author | Peter Bui <pnutzh4x0r@gmail.com> | 2014-11-05 11:20:27 -0600 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-11-06 00:12:34 +0100 |
commit | f9c377a6410fc7e77c4b2e77f96e36315a19e34a (patch) | |
tree | 2f701254d931aa53b4d322429f0340859dae61e1 /main | |
parent | a5982b417f7e015a6ce97ff1ede8c0bc7ff7f29d (diff) | |
download | aports-f9c377a6410fc7e77c4b2e77f96e36315a19e34a.tar.bz2 aports-f9c377a6410fc7e77c4b2e77f96e36315a19e34a.tar.xz |
main/fuse: add suid option
Diffstat (limited to 'main')
-rw-r--r-- | main/fuse/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/fuse/APKBUILD b/main/fuse/APKBUILD index 4f98c421f1..884ab5f5f1 100644 --- a/main/fuse/APKBUILD +++ b/main/fuse/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=fuse pkgver=2.9.3 -pkgrel=0 +pkgrel=1 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program." url="http://fuse.sourceforge.net/" arch="all" @@ -13,6 +13,7 @@ subpackages="$pkgname-dev" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz fix-includes.patch fuse.initd" +options="suid" _builddir="$srcdir"/$pkgname-$pkgver |