summaryrefslogtreecommitdiffstats
path: root/otp-ssl_missing_libs.patch
diff options
context:
space:
mode:
authorPeter Lemenkov <peter@fedoraproject.org>2010-04-20 07:52:48 +0000
committerPeter Lemenkov <peter@fedoraproject.org>2010-04-20 07:52:48 +0000
commit03eee960b2d94feb7b50aec787447e58f52c89b8 (patch)
treec11fdb256e16413c2428eb43e1866cbafe8ea869 /otp-ssl_missing_libs.patch
parent4c964589f0a587f9ade22bac08bbf128eeb7a67d (diff)
Rebased patches + fix for PCRE overflow
Diffstat (limited to 'otp-ssl_missing_libs.patch')
-rw-r--r--otp-ssl_missing_libs.patch11
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@
-
- # ----------------------------------------------------