From e8dffacaf95197e36aab1d1247c66af39c67c0e4 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 16 Jul 2014 21:48:10 +0200 Subject: Packages: raptor: make sure to use xml2-config installed for the target (not the host) Signed-off-by: Abdoulaye Walsimou Gaye --- packages/misc/raptor/raptor.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'packages') diff --git a/packages/misc/raptor/raptor.mk b/packages/misc/raptor/raptor.mk index 9375768..69385b2 100644 --- a/packages/misc/raptor/raptor.mk +++ b/packages/misc/raptor/raptor.mk @@ -39,6 +39,7 @@ RAPTOR_SHARES += man/man1/raptor-config.1 RAPTOR_SHARES += man/man3/libraptor.3 gtk-doc/html/raptor RAPTOR_DEPS := libxml2_install +RAPTOR_CONFIGURE_OPTS := --with-xml2-config=$(embtk_sysroot)/usr/bin/xml2-config # # FIXME: should be fixed upstream - curl/types.h was removed from curl -- cgit v1.2.3