]> git.pld-linux.org Git - packages/erlang.git/commitdiff
Rel 2; fix build on x32 auto/th/erlang-24.1.2-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Oct 2021 12:13:59 +0000 (14:13 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Oct 2021 12:13:59 +0000 (14:13 +0200)
erlang.spec

index efad6472f9a42202bc340eaa513a0f5d5fbfd5bf..81e83bf26b1942ada1948e1e81ef379a2ea892b5 100644 (file)
@@ -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 \
This page took 0.049802 seconds and 4 git commands to generate.