From 57216d3b7a502f3c12420516d0ec14f3629a8f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vini=CC=81cius=20Ferra=CC=83o?= Date: Fri, 5 Nov 2021 00:25:39 -0300 Subject: [PATCH] Removed LDFLAGS="" directive This directive effectively disabled any LDFLAGS generated during configure phase, since it was always to nothing: LDFLAGS="" After the removal proper LDFLAGS are generated after bootstrap.sh --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index af88ff1..99463f8 100644 --- a/configure.ac +++ b/configure.ac @@ -315,7 +315,6 @@ src/Makefile utils/Makefile ]) -LDFLAGS="" AC_CONFIG_FILES([ test/Makefile test/test.allgather/Makefile