[oe-commits] Koen Kooi : parted: fix calloc test

GIT User account git at amethyst.openembedded.net
Fri Dec 5 16:23:07 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: aa757b7de3c31fdb72a2904ff2839e021ad5d6e1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aa757b7de3c31fdb72a2904ff2839e021ad5d6e1

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Dec  5 17:20:38 2008 +0100

parted: fix calloc test

---

 packages/parted/parted_1.8.8.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/parted/parted_1.8.8.bb b/packages/parted/parted_1.8.8.bb
index 2d177d3..d1b5cbe 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
 





More information about the Openembedded-commits mailing list