From: Andy Polyakov Date: Sun, 26 Feb 2012 22:03:41 +0000 (+0000) Subject: Configure: remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds, X-Git-Tag: OpenSSL_1_0_1~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=04b4363ec8c3a9359d2460b166d510fc11570153;p=oweals%2Fopenssl.git Configure: remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds, see corresponding commit to HEAD for details. --- diff --git a/Configure b/Configure index e658eb7cd9..adbfa8f339 100755 --- a/Configure +++ b/Configure @@ -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/); #