projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37ebc20
)
Configure: remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds,
author
Andy Polyakov
<appro@openssl.org>
Sun, 26 Feb 2012 22:03:41 +0000
(22:03 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 26 Feb 2012 22:03:41 +0000
(22:03 +0000)
see corresponding commit to HEAD for details.
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index e658eb7cd97c2cc27e138105e8b4ff92ca752a07..adbfa8f3392d611cba17906f988ef7a145b7dca7 100755
(executable)
--- 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/);
#