summaryrefslogtreecommitdiffstats
path: root/otp-ssl_missing_libs.patch
diff options
context:
space:
mode:
authorPeter Lemenkov <peter@fedoraproject.org>2008-03-27 19:04:13 +0000
committerPeter Lemenkov <peter@fedoraproject.org>2008-03-27 19:04:13 +0000
commitec0fd9e78ec21e0907fb56eaf363e7143e363ffb (patch)
treecbb4372f86e11da498f73659c170a9fd353acb05 /otp-ssl_missing_libs.patch
parent6190378e21ada9e81efc850d13b6ea2256731759 (diff)
downloaderlang-ec0fd9e78ec21e0907fb56eaf363e7143e363ffb.tar.gz
erlang-ec0fd9e78ec21e0907fb56eaf363e7143e363ffb.tar.xz
erlang-ec0fd9e78ec21e0907fb56eaf363e7143e363ffb.zip
Ver. R12B-1
Diffstat (limited to 'otp-ssl_missing_libs.patch')
-rw-r--r--otp-ssl_missing_libs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/otp-ssl_missing_libs.patch b/otp-ssl_missing_libs.patch
new file mode 100644
index 0000000..7c36647
--- /dev/null
+++ b/otp-ssl_missing_libs.patch
@@ -0,0 +1,11 @@
+--- 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@
+
+ # ----------------------------------------------------