From 2080a2ae0c66bff43e30c9f2760a5155337554b1 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 5 Sep 2016 19:22:26 -0400 Subject: [PATCH] Fix configure.ac patch to be more general --- packages/libstrophe/configure.ac.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/libstrophe/configure.ac.patch b/packages/libstrophe/configure.ac.patch index 701d3849..db34f5c9 100644 --- a/packages/libstrophe/configure.ac.patch +++ b/packages/libstrophe/configure.ac.patch @@ -6,7 +6,7 @@ index 99c16ca..048b7d0 100644 [netbsd*], [PLATFORM="bsd"], [*nto*|*qnx*], [PLATFORM="qnx"], [*solaris*], [PLATFORM="solaris"], -+ [*termux*], [PLATFORM="android"] ++ [*android*], [PLATFORM="android"], [PLATFORM="nix"]) AC_ARG_WITH([libxml2], @@ -14,7 +14,7 @@ index 99c16ca..048b7d0 100644 [bsd], [RESOLV_LIBS=""], [qnx], [RESOLV_LIBS="-lsocket"], [solaris], [RESOLV_LIBS="-lresolv -lsocket -lnsl"], -+ [android], [RESOLV_LIBS=""] ++ [android], [RESOLV_LIBS=""], [RESOLV_LIBS="-lresolv"]) LIBS_TMP="${LIBS}" -- 2.11.0