diff options
author | Peter Lemenkov <peter@fedoraproject.org> | 2010-04-19 11:06:13 +0000 |
---|---|---|
committer | Peter Lemenkov <peter@fedoraproject.org> | 2010-04-19 11:06:13 +0000 |
commit | f69201d8f42c027f7b3ed2e7f7403a486246e41b (patch) | |
tree | fd3f5c0b647511265f51762f927e59439aa323e6 /otp-ssl_missing_libs.patch | |
parent | 17390d59055f4794edd8680445aa32b0c1d67144 (diff) | |
download | erlang-f69201d8f42c027f7b3ed2e7f7403a486246e41b.tar.gz erlang-f69201d8f42c027f7b3ed2e7f7403a486246e41b.tar.xz erlang-f69201d8f42c027f7b3ed2e7f7403a486246e41b.zip |
Backported fix for overflow in PCRE and several minor fixes
Diffstat (limited to 'otp-ssl_missing_libs.patch')
-rw-r--r-- | otp-ssl_missing_libs.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/otp-ssl_missing_libs.patch b/otp-ssl_missing_libs.patch deleted file mode 100644 index 7c36647..0000000 --- a/otp-ssl_missing_libs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/ssl/c_src/Makefile.in 2008-03-27 13:43:04.000000000 +0300 -+++ lib/ssl/c_src/Makefile.in 2008-03-27 14:03:27.000000000 +0300 -@@ -38,7 +38,7 @@ - CC = @CC@ - LD = @LD@ - SHELL = /bin/sh --LIBS = @LIBS@ -+LIBS = @LIBS@ -lkeyutils -lselinux - PLAIN_CFLAGS = @CFLAGS@ - - # ---------------------------------------------------- |