]> git.pld-linux.org Git - packages/erlang.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 13 Oct 2008 20:25:22 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    erlang-as_needed.patch -> 1.2
    erlang-new_glibc.patch -> 1.2

erlang-as_needed.patch [deleted file]
erlang-new_glibc.patch [deleted file]

diff --git a/erlang-as_needed.patch b/erlang-as_needed.patch
deleted file mode 100644 (file)
index 863e89c..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- erts/configure.in.orig     2008-04-24 23:16:09.000000000 +0400
-+++ erts/configure.in  2008-04-24 23:17:05.000000000 +0400
-@@ -2874,8 +2874,10 @@
-                               else
-                                       saveCFLAGS="$CFLAGS"
-                                       saveLDFLAGS="$LDFLAGS"
-+                                      saveLIBS="$LIBS"
-                                       CFLAGS="$CFLAGS $SSL_INCLUDE"
--                                      LDFLAGS="$LDFLAGS -L$SSL_LIBDIR -lcrypto"
-+                                      LDFLAGS="$LDFLAGS -L$SSL_LIBDIR"
-+                                      LIBS="-lcrypto"
-                                       AC_TRY_LINK([
-                                       #include <stdio.h>
-                                       #include <openssl/hmac.h>],
-@@ -2887,6 +2889,7 @@
-                                       [ssl_linkable=no])
-                                       CFLAGS="$saveCFLAGS"
-                                       LDFLAGS="$saveLDFLAGS"
-+                                      LIBS="$saveLIBS"
-                               fi
-                       fi
-                       if test "x$ssl_found" = "xyes" -a "x$ssl_linkable" = "xyes"  ; then
diff --git a/erlang-new_glibc.patch b/erlang-new_glibc.patch
deleted file mode 100644 (file)
index 7479a4c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- otp_src_R12B-2/erts/emulator/hipe/hipe_x86_signal.c.orig   2008-05-13 22:15:29.000000000 +0000
-+++ otp_src_R12B-2/erts/emulator/hipe/hipe_x86_signal.c        2008-05-13 22:15:37.000000000 +0000
-@@ -34,7 +34,7 @@
- #endif
- #include "hipe_signal.h"
--#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 7)
-+#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 8)
- /* See comment below for glibc 2.2. */
- #ifndef __USE_GNU
- #define __USE_GNU             /* to un-hide RTLD_NEXT */
This page took 0.041282 seconds and 4 git commands to generate.