mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Add a configure warning about OpenBSDs broken compilers/linkers.
This commit is contained in:
parent
08eee19aff
commit
806b4d55a2
9
configure
vendored
9
configure
vendored
@ -263,6 +263,15 @@ configured on the Hardware Node. Failure to do so may result in clock drifting!
|
||||
EOW
|
||||
}
|
||||
|
||||
# Warn the user about OpenBSD shipping incredibly broken compilers/linkers.
|
||||
if ($^O eq 'openbsd') {
|
||||
print_warning <<'EOW';
|
||||
You are building InspIRCd on OpenBSD. The C++ compilers and linkers
|
||||
that OpenBSD ship are incredibly broken. You may have strange linker errors
|
||||
and crashes. Please consider using a different OS like FreeBSD/NetBSD instead.
|
||||
EOW
|
||||
}
|
||||
|
||||
# Check that the user actually wants this version.
|
||||
if (defined $version{REAL_LABEL}) {
|
||||
print_warning <<'EOW';
|
||||
|
Loading…
x
Reference in New Issue
Block a user