1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 19:14:46 +02:00

- Another c-ares fix for Solaris 10, this time it had to do with

PATH_SEPARATOR, the exact error was: error: PATH_SEPARATOR not set.
  Reported by j0inty, patch provided by ohnobinki (#0003887).
This commit is contained in:
Bram Matthys
2010-02-08 17:04:42 +00:00
parent b2332556ac
commit ab2776eb6b
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -1919,3 +1919,6 @@
- Reverted the revert and updated one line to fix the fix.
- Fix for --with-system-cares, reported and patch provided by ohnobinki
(#0003890).
- Another c-ares fix for Solaris 10, this time it had to do with
PATH_SEPARATOR, the exact error was: error: PATH_SEPARATOR not set.
Reported by j0inty, patch provided by ohnobinki (#0003887).
+5
View File
@@ -429,6 +429,11 @@ IRCDLIBS="$IRCDLIBS -lresolv "
;;
esac
dnl c-ares needs PATH_SEPARATOR set or it will
dnl fail on certain solaris boxes. We might as
dnl well set it here.
export PATH_SEPARATOR
AS_IF([test "x$with_system_tre" = "xno"],[
dnl REMEMBER TO CHANGE WITH A NEW TRE RELEASE!
tre_version="0.7.5"
Vendored
+2
View File
@@ -13147,6 +13147,8 @@ IRCDLIBS="$IRCDLIBS -lresolv "
;;
esac
export PATH_SEPARATOR
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then