package/nfs-utils: fix host build failure
Package nfs-utils requires libevent and sqlite so let's add these two
packages as dependencies for host package too.
Fixes: http://autobuild.buildroot.org/results/5e1ac97e4023f902dffa066c895aa6f6005d541c/
Fixes: f9dc4bab9f
("package/nfs-utils: bump to version 2.6.3")
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
b36e4b10f3
commit
994bf24bf0
@ -22,7 +22,7 @@ NFS_UTILS_CONF_OPTS = \
|
||||
--with-statedir=/run/nfs \
|
||||
--with-rpcgen=$(HOST_DIR)/bin/rpcgen
|
||||
|
||||
HOST_NFS_UTILS_DEPENDENCIES = host-pkgconf host-libtirpc
|
||||
HOST_NFS_UTILS_DEPENDENCIES = host-pkgconf host-libtirpc host-libevent host-sqlite
|
||||
|
||||
HOST_NFS_UTILS_CONF_OPTS = \
|
||||
--enable-tirpc \
|
||||
|
Loading…
Reference in New Issue
Block a user