diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-05 17:20:38 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-05 17:20:38 +0100 |
commit | aa757b7de3c31fdb72a2904ff2839e021ad5d6e1 (patch) | |
tree | b00fd624b4b84d383e84269fdf9b0c158b145768 /packages/parted/parted_1.8.8.bb | |
parent | 5bb46de7eb1cccd2d40fb8a67c42faad7d84079e (diff) |
parted: fix calloc test
Diffstat (limited to 'packages/parted/parted_1.8.8.bb')
-rw-r--r-- | 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 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 |