Commit 04b4363e authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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

see corresponding commit to HEAD for details.
parent 37ebc200
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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/);

#