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:
@@ -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).
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user