diff options
author | Gérard Milmeister <gemi@fedoraproject.org> | 2008-09-05 20:06:12 +0000 |
---|---|---|
committer | Gérard Milmeister <gemi@fedoraproject.org> | 2008-09-05 20:06:12 +0000 |
commit | 985b97c64a243702e1fcb59b53dafeb2460e52f0 (patch) | |
tree | 9d8e48d8d4f4e56613b4c0042b9061e610523723 | |
parent | e7334c5e63b055639187fb4869b171056a2e8d5e (diff) | |
download | erlang-985b97c64a243702e1fcb59b53dafeb2460e52f0.tar.gz erlang-985b97c64a243702e1fcb59b53dafeb2460e52f0.tar.xz erlang-985b97c64a243702e1fcb59b53dafeb2460e52f0.zip |
fixed sslrpath patch
-rw-r--r-- | erlang.spec | 5 | ||||
-rw-r--r-- | otp-sslrpath.patch | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/erlang.spec b/erlang.spec index 7cf3141..fc9e560 100644 --- a/erlang.spec +++ b/erlang.spec @@ -3,7 +3,7 @@ Name: erlang Version: %{ver} -Release: %{rel}.2%{?dist} +Release: %{rel}.3%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 5 2008 Gerard Milmeister <gemi@bluewin.ch> - R12B-3.3%{?dist} +- fixed sslrpath patch + * Thu Jul 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> - R12B-3.2 - fix license tag diff --git a/otp-sslrpath.patch b/otp-sslrpath.patch index 83ba120..751ae2a 100644 --- a/otp-sslrpath.patch +++ b/otp-sslrpath.patch @@ -1,7 +1,8 @@ ---- 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 +diff -up otp_src_R12B-3/lib/ssl/c_src/Makefile.in.sslrpath otp_src_R12B-3/lib/ssl/c_src/Makefile.in +--- otp_src_R12B-3/lib/ssl/c_src/Makefile.in.sslrpath 2008-09-05 22:01:58.000000000 +0200 ++++ otp_src_R12B-3/lib/ssl/c_src/Makefile.in 2008-09-05 22:02:34.000000000 +0200 +@@ -102,7 +102,7 @@ else + SSL_MAKEFILE = endif -CC_R_FLAG=@CFLAG_RUNTIME_LIBRARY_PATH@ |