From 3a9a037e1bc44d32facd7837bb6ce07099daa892 Mon Sep 17 00:00:00 2001 From: Dirk Neukirchen Date: Sun, 8 Mar 2015 21:41:30 +0100 Subject: [PATCH] asterisk-13.x: fix xml2-config location on Arch Linux libxml2 detection fails set xml2-location explicitly to fix build fail Signed-off-by: Dirk Neukirchen --- net/asterisk-13.x/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index 5d8021e..f2a1ea4 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -213,6 +213,9 @@ CONFIGURE_ARGS+= \ --with-sounds-cache="$(DL_DIR)" \ --enable-xmldoc +CONFIGURE_VARS += \ + ac_cv_path_ac_pt_CONFIG_LIBXML2=$(STAGING_DIR)/host/bin/xml2-config + AST_MENUSELECT_OPTS = \ --without-newt \ --without-curses \ -- 2.30.2