Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:26
erlang
2443-Fix-broken-THP-configure-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 2443-Fix-broken-THP-configure-test.patch of Package erlang
From cc87e88fbfa411907f94b9c14c5e77eb8f2e0b8f Mon Sep 17 00:00:00 2001 From: Rickard Green <rickard@erlang.org> Date: Thu, 15 Feb 2024 19:51:08 +0100 Subject: [PATCH 1/2] Fix broken THP configure test --- erts/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erts/configure.ac b/erts/configure.ac index 6caff937c5..ba32a6b97a 100644 --- a/erts/configure.ac +++ b/erts/configure.ac @@ -3084,7 +3084,7 @@ AS_IF([test "x$erts_cv_linux_thp" = "xyes"], unused_command_line_argument="" ] ) - LDFLAGS=$saved_LDFLAGS + LDFLAGS="$saved_LDFLAGS" for flag in "-Wl,-z,common-page-size=2097152" "-Wl,-z,max-page-size=2097152" do AC_MSG_CHECKING([if we can add $flag to LDFLAGS]) @@ -3093,7 +3093,7 @@ AS_IF([test "x$erts_cv_linux_thp" = "xyes"], AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[return 0;]])], [ AC_MSG_RESULT([yes]) - LDFLAGS="$save_LDFLAGS $flag" + LDFLAGS="$saved_LDFLAGS $flag" ], [ AC_MSG_RESULT([no]) -- 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