summaryrefslogtreecommitdiffstats
path: root/otp-sslrpath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'otp-sslrpath.patch')
-rw-r--r--otp-sslrpath.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/otp-sslrpath.patch b/otp-sslrpath.patch
deleted file mode 100644
index d53909a..0000000
--- a/otp-sslrpath.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -up otp_src_R12B-4/lib/ssl/c_src/Makefile.in.sslrpath otp_src_R12B-4/lib/ssl/c_src/Makefile.in
---- otp_src_R12B-4/lib/ssl/c_src/Makefile.in.sslrpath 2008-10-26 00:00:37.000000000 +0200
-+++ otp_src_R12B-4/lib/ssl/c_src/Makefile.in 2008-10-26 00:01:09.000000000 +0200
-@@ -102,7 +102,7 @@ else
- SSL_MAKEFILE =
- endif
-
--CC_R_FLAG=@CFLAG_RUNTIME_LIBRARY_PATH@
-+CC_R_FLAG=
- ifeq ($(findstring @,$(CC_R_FLAG)),@)
- # Old erts configure used which hasn't replaced @CFLAG_RUNTIME_LIBRARY_PATH@;
- # we try our best here instead...
-@@ -111,9 +111,9 @@ ifeq ($(findstring darwin,$(TARGET)),dar
- CC_R_FLAG =
- else
- ifeq ($(findstring osf,$(TARGET)),osf) # osf1: -Wl,-rpath,
--CC_R_FLAG = -Wl,-rpath,
-+CC_R_FLAG =
- else # Default: -Wl,-R
--CC_R_FLAG = -Wl,-R
-+CC_R_FLAG =
- endif
- endif
- endif