summaryrefslogtreecommitdiffstats
path: root/otp-null.patch
diff options
context:
space:
mode:
authorGérard Milmeister <gemi@fedoraproject.org>2008-02-23 13:41:16 +0000
committerGérard Milmeister <gemi@fedoraproject.org>2008-02-23 13:41:16 +0000
commit58d5f0f14d111afebd831d3db7865f8db587c98a (patch)
tree0c3e6d1bb3934f14739ffc3a2462f8f142dc1946 /otp-null.patch
parent6708aa8c2828ba9ae0efc36d3ae55a62ca339763 (diff)
downloaderlang-58d5f0f14d111afebd831d3db7865f8db587c98a.tar.gz
erlang-58d5f0f14d111afebd831d3db7865f8db587c98a.tar.xz
erlang-58d5f0f14d111afebd831d3db7865f8db587c98a.zip
disable strict aliasing optimization
Diffstat (limited to 'otp-null.patch')
-rw-r--r--otp-null.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/otp-null.patch b/otp-null.patch
new file mode 100644
index 0000000..7dcaec7
--- /dev/null
+++ b/otp-null.patch
@@ -0,0 +1,11 @@
+diff -up otp_src_R12B-0/lib/orber/c_src/setsockaddr_in.c.null otp_src_R12B-0/lib/orber/c_src/setsockaddr_in.c
+--- otp_src_R12B-0/lib/orber/c_src/setsockaddr_in.c.null 2008-02-23 13:46:52.000000000 +0100
++++ otp_src_R12B-0/lib/orber/c_src/setsockaddr_in.c 2008-02-23 13:47:15.000000000 +0100
+@@ -17,6 +17,7 @@
+ * $Id$
+ *
+ */
++#include <stdlib.h>
+ #include "inet.h"
+
+ #ifdef HAVE_CONFIG_H