Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:26
erlang
2446-Update-configure-scripts.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 2446-Update-configure-scripts.patch of Package erlang
From 7119b244bd4d00385390ee7ea5f31d266d3da2b0 Mon Sep 17 00:00:00 2001 From: Lukas Larsson <lukas@erlang.org> Date: Tue, 18 Jun 2024 16:06:52 +0200 Subject: [PATCH 2/2] Update configure scripts --- erts/configure | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/erts/configure b/erts/configure index 798868db86..4a89d597e7 100755 --- a/erts/configure +++ b/erts/configure @@ -660,6 +660,7 @@ FLAVORS PRIMARY_FLAVOR JIT_ARCH JIT_ENABLED +EMU_LDFLAGS M4 LIBRT BITS64 @@ -25762,6 +25763,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$saved_LDFLAGS" + EMU_LDFLAGS="" for flag in "-Wl,-z,common-page-size=2097152" "-Wl,-z,max-page-size=2097152" do { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can add $flag to LDFLAGS" >&5 @@ -25784,7 +25786,8 @@ then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } - LDFLAGS="$saved_LDFLAGS $flag" + EMU_LDFLAGS="$flag" + LDFLAGS="$saved_LDFLAGS" else $as_nop @@ -25801,6 +25804,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ fi + + JIT_ENABLED= FLAVORS="emu jit" # Enable jit -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor