Ver. 18.2.3
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
4244d3482c
commit
bc2facf340
4 changed files with 16 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -56,3 +56,4 @@ otp_src_R14A.tar.gz
|
|||
/otp-OTP-17.3.4.tar.gz
|
||||
/otp-OTP-17.4.tar.gz
|
||||
/otp-OTP-18.2.2.tar.gz
|
||||
/otp-OTP-18.2.3.tar.gz
|
||||
|
|
|
|||
17
erlang.spec
17
erlang.spec
|
|
@ -15,8 +15,8 @@
|
|||
%endif
|
||||
|
||||
Name: erlang
|
||||
Version: 18.2.2
|
||||
Release: 4%{?dist}
|
||||
Version: 18.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: General-purpose programming language and runtime environment
|
||||
|
||||
Group: Development/Languages
|
||||
|
|
@ -912,20 +912,24 @@ Erlang mode for XEmacs (source lisp files).
|
|||
|
||||
|
||||
%build
|
||||
|
||||
# Set up proper cflags/cxxflags first
|
||||
%ifarch sparcv9 sparc64
|
||||
CFLAGS="$RPM_OPT_FLAGS -mcpu=ultrasparc -fno-strict-aliasing" %configure --enable-shared-zlib --enable-sctp --enable-systemd %{?__with_hipe:--enable-hipe}
|
||||
ERL_FLAGS="${RPM_OPT_FLAGS} -mcpu=ultrasparc -fno-strict-aliasing"
|
||||
%else
|
||||
|
||||
%ifarch %{ix86}
|
||||
# We have to disable optimizations for Intel Atom
|
||||
# See https://bugzilla.redhat.com/1240487#c13
|
||||
CFLAGS="${RPM_OPT_FLAGS/-mtune=atom/-mtune=generic} -fno-strict-aliasing" CXXFLAGS="${RPM_OPT_FLAGS/-mtune=atom/-mtune=generic}" %configure --enable-shared-zlib --enable-sctp --enable-systemd %{?__with_hipe:--enable-hipe}
|
||||
ERL_FLAGS="${RPM_OPT_FLAGS/-mtune=atom/-mtune=generic} -fno-strict-aliasing"
|
||||
%else
|
||||
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure --enable-shared-zlib --enable-sctp --enable-systemd %{?__with_hipe:--enable-hipe}
|
||||
ERL_FLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing"
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
CFLAGS="${ERL_FLAGS}" CXXFLAGS="${ERL_FLAGS}" %configure --enable-shared-zlib --enable-sctp --enable-systemd %{?__with_hipe:--enable-hipe}
|
||||
|
||||
# Remove pre-built BEAM files
|
||||
make clean
|
||||
|
||||
|
|
@ -2230,6 +2234,9 @@ useradd -r -g epmd -d /tmp -s /sbin/nologin \
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 9 2016 Peter Lemenkov <lemenkov@gmail.com> - 18.2.3-1
|
||||
- Ver. 18.2.3
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 18.2.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
|
|
@ -472,10 +472,10 @@ index 1c05d45..88f9f62 100644
|
|||
$(INSTALL_DATA) $(TARGET_FILES) $(BEHAVIOUR_TARGET_FILES) "$(RELSYSDIR)/ebin"
|
||||
|
||||
diff --git a/lib/inets/src/inets_app/Makefile b/lib/inets/src/inets_app/Makefile
|
||||
index 82cda6a..edfebd2 100644
|
||||
index 0a4b625..1b1d83d 100644
|
||||
--- a/lib/inets/src/inets_app/Makefile
|
||||
+++ b/lib/inets/src/inets_app/Makefile
|
||||
@@ -116,7 +116,7 @@ include $(ERL_TOP)/make/otp_release_targets.mk
|
||||
@@ -115,7 +115,7 @@ include $(ERL_TOP)/make/otp_release_targets.mk
|
||||
release_spec: opt
|
||||
$(INSTALL_DIR) "$(RELSYSDIR)/src"
|
||||
$(INSTALL_DIR) "$(RELSYSDIR)/src/inets_app"
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
49d9ef3ccffc028100e35ff80e7d4d06 otp-OTP-18.2.2.tar.gz
|
||||
236741d3893b09cdd1699edd1549db6b otp-OTP-18.2.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue