summaryrefslogtreecommitdiff
path: root/package/nbd/nbd.mk
diff options
context:
space:
mode:
authorPeter Huewe <peterhuewe@gmx.de>2010-06-24 12:46:02 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-06-24 17:34:01 +0200
commit6074f08b8d39bcb3ccd5abf77bc262b7b9d739ca (patch)
tree45e99e754079cedea75fff215a67ed56afa9a379 /package/nbd/nbd.mk
parent1b10ce7156036684126fac70cbbbf2db783f3b47 (diff)
nbd: Bump nbd to version 2.9.15 and remove klcc issue.
This patch bumps the version of nbd to 2.9.15. The new version avoids problems with klcc installed on the host system and also includes two former buildroot patches: - nbd-fix-build-with-disable-lfs.patch - nbd-server-fix-read-eagain.patch Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/nbd/nbd.mk')
-rw-r--r--package/nbd/nbd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nbd/nbd.mk b/package/nbd/nbd.mk
index 8bffaf8cb..fa8dd4f30 100644
--- a/package/nbd/nbd.mk
+++ b/package/nbd/nbd.mk
@@ -4,7 +4,7 @@
#
#############################################################
-NBD_VERSION = 2.9.11
+NBD_VERSION = 2.9.15
NBD_SOURCE = nbd-$(NBD_VERSION).tar.bz2
NBD_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/nbd/
NBD_CONF_OPT = $(if $(BR2_LARGEFILE),--enable-lfs,--disable-lfs)