diff options
author | Gérard Milmeister <gemi@fedoraproject.org> | 2006-02-17 23:32:19 +0000 |
---|---|---|
committer | Gérard Milmeister <gemi@fedoraproject.org> | 2006-02-17 23:32:19 +0000 |
commit | d9c04ccc468ed11a86c14277e62d5e1d226fb15c (patch) | |
tree | 978dda46cd4ac20d6306253fc7c808715bf680c8 /otp-sslrpath.patch | |
parent | 9b92d7c8f6c09655549448e84dfbd4b4c49c2d16 (diff) | |
download | erlang-d9c04ccc468ed11a86c14277e62d5e1d226fb15c.tar.gz erlang-d9c04ccc468ed11a86c14277e62d5e1d226fb15c.tar.xz erlang-d9c04ccc468ed11a86c14277e62d5e1d226fb15c.zip |
*** empty log message ***
Diffstat (limited to 'otp-sslrpath.patch')
-rw-r--r-- | otp-sslrpath.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/otp-sslrpath.patch b/otp-sslrpath.patch new file mode 100644 index 0000000..83ba120 --- /dev/null +++ b/otp-sslrpath.patch @@ -0,0 +1,11 @@ +--- otp_src_R10B-9/lib/ssl/c_src/Makefile.in.sslrpath 2005-12-29 00:49:17.000000000 +0100 ++++ otp_src_R10B-9/lib/ssl/c_src/Makefile.in 2005-12-29 00:50:15.000000000 +0100 +@@ -95,7 +95,7 @@ + endif + 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... |