[packages/erlang] Rel 2; fix build on x32

arekm arekm at pld-linux.org
Sun Oct 24 14:14:08 CEST 2021


commit 923bfddf610e6869ae3a63b4be20376e0cdb513e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Oct 24 14:13:59 2021 +0200

    Rel 2; fix build on x32

 erlang.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/erlang.spec b/erlang.spec
index efad647..81e83bf 100644
--- a/erlang.spec
+++ b/erlang.spec
@@ -18,7 +18,7 @@ Summary:	OpenSource Erlang/OTP
 Summary(pl.UTF-8):	Erlang/OTP z otwartymi źródłami
 Name:		erlang
 Version:	24.1.2
-Release:	1
+Release:	2
 Epoch:		2
 %define		_version	%(echo %{version} | tr _ -)
 License:	APLv2
@@ -99,7 +99,9 @@ Dokumentacja do Erlanga.
 %endif
 	--disable-silent-rules \
 	--enable-smp-support \
-	--with-javac%{!?with_java:=no}
+	--with-javac%{!?with_java:=no} \
+	--with-ssl-lib-subdir=%{_lib}
+
 rm -f lib/ssl/SKIP
 ERL_TOP=`pwd`; export ERL_TOP
  %{__make} -j1 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/erlang.git/commitdiff/923bfddf610e6869ae3a63b4be20376e0cdb513e



More information about the pld-cvs-commit mailing list