diff options
Diffstat (limited to 'testing/zfs-grsec/APKBUILD')
-rw-r--r-- | testing/zfs-grsec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/zfs-grsec/APKBUILD b/testing/zfs-grsec/APKBUILD index 2d49fb07e0..964db47b70 100644 --- a/testing/zfs-grsec/APKBUILD +++ b/testing/zfs-grsec/APKBUILD @@ -10,7 +10,7 @@ _kver=3.12.8 _kpkgrel=0 _realver=0.6.2 -_mypkgrel=0 +_mypkgrel=1 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then @@ -34,7 +34,7 @@ depends_dev="glib-dev e2fsprogs-dev util-linux-dev linux-$_flavor-dev=$_kernelver spl-$_flavor-dev" makedepends="$depends_dev automake autoconf libtool" install="" -subpackages="$pkgname-dev" +subpackages="$pkgname-dev $pkgname-utils" source="http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-$_realver.tar.gz timestamp.patch linux-3.11-lz4-compat.patch @@ -61,7 +61,7 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ - --with-config=kernel \ + --with-config=all \ --with-udevdir=/lib/udev \ --with-linux=/usr/src/linux-headers-${_abi_release} \ --with-spl=/usr/src/spl-${_realver} \ |