summaryrefslogtreecommitdiffstats
path: root/otp-ssl_missing_libs.patch
diff options
context:
space:
mode:
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@
-
- # ----------------------------------------------------