diff options
author | Juergen Daubert <jue@jue.li> | 2013-01-22 18:15:17 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-01-22 18:15:17 +0100 |
commit | 2945f99bffe6d6e777a6e191b096ddc219a2b04e (patch) | |
tree | 8b4f697dbf110d8c2b276ab59ed73e9bc213c4dc /nfs-utils | |
parent | cd7803762b39a8f0364efb0a58d6c60ec480163d (diff) | |
download | opt-2945f99bffe6d6e777a6e191b096ddc219a2b04e.tar.gz opt-2945f99bffe6d6e777a6e191b096ddc219a2b04e.tar.xz |
nfs-utils: build with libmount support to fix user-umount, FS#879
Diffstat (limited to 'nfs-utils')
-rw-r--r-- | nfs-utils/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nfs-utils/Pkgfile b/nfs-utils/Pkgfile index 3f09d5b98..5ce7f52f4 100644 --- a/nfs-utils/Pkgfile +++ b/nfs-utils/Pkgfile @@ -1,11 +1,11 @@ # Description: NFS utilities # URL: http://nfs.sourceforge.net/ # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: util-linux tcp_wrappers libcap rpcbind libnfsidmap libevent keyutils +# Depends on: util-linux udev libcap rpcbind libnfsidmap libevent keyutils sqlite3 name=nfs-utils version=1.2.7 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/nfs/$name/$version/$name-$version.tar.bz2 \ exports idmapd.conf nfs nfsserver) @@ -18,7 +18,8 @@ build () { --sysconfdir=/etc \ --with-statedir=/var/lib/nfs \ --disable-gss \ - --with-tcp-wrappers + --with-tcp-wrappers \ + --enable-libmount-mount make install -d $PKG/sbin make DESTDIR=$PKG install |