From 613a81f4cd9cde32f99b5fea36fd044c910760f7 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Fri, 10 Aug 2007 01:11:20 +0000 Subject: [PATCH] neon: Set XML2_CONFIG explicitly, so that configure can find xml2-config SVN-Revision: 8384 --- libs/neon/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/neon/Makefile b/libs/neon/Makefile index a8150eeb6..8935a8c6a 100644 --- a/libs/neon/Makefile +++ b/libs/neon/Makefile @@ -42,6 +42,7 @@ define Build/Configure CFLAGS="-I$(STAGING_DIR)/include \ -I$(STAGING_DIR)/usr/include/libxml2 \ -I$(STAGING_DIR)/usr/lib/libintl/include" \ + XML2_CONFIG="$(STAGING_DIR)/usr/bin/xml2-config" \ ) endef -- 2.30.2