From 03eee960b2d94feb7b50aec787447e58f52c89b8 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Tue, 20 Apr 2010 07:52:48 +0000 Subject: Rebased patches + fix for PCRE overflow --- otp-ssl_missing_libs.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 otp-ssl_missing_libs.patch (limited to 'otp-ssl_missing_libs.patch') 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@ - - # ---------------------------------------------------- -- cgit