Configure: remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds,

see corresponding commit to HEAD for details.
This commit is contained in:
Andy Polyakov 2012-02-26 22:03:41 +00:00
parent 37ebc20093
commit 04b4363ec8

View File

@ -1391,14 +1391,6 @@ if (!$IsMK1MF)
}
}
if (!defined($disabled{"sctp"}))
{
if ($target =~ /^solaris/)
{
$cflags = "$cflags -D_XPG4_2 -D__EXTENSIONS__";
}
}
$cpuid_obj.=" uplink.o uplink-x86.o" if ($cflags =~ /\-DOPENSSL_USE_APPLINK/);
#