File 0877-Remove-unused-stuff-from-erts-configure.in.patch of Package erlang
From b613c4e0c6f065b253c2c31d7837c06d5594b623 Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Mon, 17 Feb 2020 20:45:37 +0100
Subject: [PATCH 1/2] Remove unused stuff from erts/configure.in
---
erts/configure.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/erts/configure.in b/erts/configure.in
index e8923d0dcf..d798a9caa4 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -923,8 +923,6 @@ vxworks_reclaim="" AC_SUBST(vxworks_reclaim)
dnl We want to use $(CC) as linker for the emulator regardless of
dnl what the user say. This might not be the right way to do it, but
dnl for now that is the way we do it.
-USER_LD=$LD
-USER_LDFLAGS="$LDFLAGS"
LD='$(CC)'
AC_SUBST(LD)
--
2.16.4