aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-10 18:40:26 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-10 18:40:26 +0200
commitb985e56c9734c28d0252c5457c37b8ade669874b (patch)
tree94b184509d019f420db8f5396cffebcc0d8dae5d /recipes/perl
parente51ed5feba5659f02afd1f995c21a7ee99b45fe0 (diff)
downloadopenembedded-b985e56c9734c28d0252c5457c37b8ade669874b.tar.gz
libxml-libxml-perl_1.70.bb: fix native build
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libxml-libxml-perl_1.70.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb
index 5c565031ac..e8ab1f08ae 100644
--- a/recipes/perl/libxml-libxml-perl_1.70.bb
+++ b/recipes/perl/libxml-libxml-perl_1.70.bb
@@ -6,7 +6,7 @@ DEPENDS += "libxml2 \
libxml-namespacesupport-perl \
zlib \
"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-${PV}.tar.gz;name=libxml \
file://libxml-libxml-perl-disable-libxml2-check.patch \
@@ -23,3 +23,4 @@ EXTRA_CPANFLAGS = "INC=-I${STAGING_INCDIR}/libxml2 LIBS=-L${STAGING_LIBDIR}"
BBCLASSEXTEND = "native"
CFLAGS += " -D_GNU_SOURCE "
+BUILD_CFLAGS += " -D_GNU_SOURCE "