From: Koen Kooi Date: Fri, 5 Dec 2008 16:20:38 +0000 (+0100) Subject: parted: fix calloc test X-Git-Tag: Release-2010-05/1~4907 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa757b7de3c31fdb72a2904ff2839e021ad5d6e1;p=openembedded.git parted: fix calloc test --- diff --git a/packages/parted/parted_1.8.8.bb b/packages/parted/parted_1.8.8.bb index 2d177d387a..d1b5cbe5b3 100644 --- a/packages/parted/parted_1.8.8.bb +++ b/packages/parted/parted_1.8.8.bb @@ -4,12 +4,14 @@ LICENSE = "GPLv3" SECTION = "console/tools" DEPENDS = "readline e2fsprogs-libs" +PR = "r1" + SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ file://syscalls.h \ file://syscalls.patch;patch=1 \ " -EXTRA_OECONF = "--disable-Werror" +EXTRA_OECONF = "--disable-Werror ac_cv_func_calloc_0_nonnull=yes" inherit autotools pkgconfig