Blame otp-sslrpath.patch

Gérard Milmeister 3b3f0b
--- otp_src_R10B-9/lib/ssl/c_src/Makefile.in.sslrpath	2005-12-29 00:49:17.000000000 +0100
Gérard Milmeister 3b3f0b
+++ otp_src_R10B-9/lib/ssl/c_src/Makefile.in	2005-12-29 00:50:15.000000000 +0100
Gérard Milmeister 3b3f0b
@@ -95,7 +95,7 @@
Gérard Milmeister 3b3f0b
 endif
Gérard Milmeister 3b3f0b
 endif
Gérard Milmeister 3b3f0b
 
Gérard Milmeister 3b3f0b
-CC_R_FLAG=@CFLAG_RUNTIME_LIBRARY_PATH@
Gérard Milmeister 3b3f0b
+CC_R_FLAG=
Gérard Milmeister 3b3f0b
 ifeq ($(findstring @,$(CC_R_FLAG)),@)
Gérard Milmeister 3b3f0b
 # Old erts configure used which hasn't replaced @CFLAG_RUNTIME_LIBRARY_PATH@;
Gérard Milmeister 3b3f0b
 # we try our best here instead...