Blame SOURCES/OPT_LDFLAGS.patch

9897bb
Index: acpica-unix2-20200925/generate/unix/Makefile.config
9897bb
===================================================================
9897bb
--- acpica-unix2-20200925.orig/generate/unix/Makefile.config
9897bb
+++ acpica-unix2-20200925/generate/unix/Makefile.config
9897bb
@@ -23,6 +23,9 @@
9897bb
 # OPT_CFLAGS can be overridden on the make command line by
9897bb
 #   adding OPT_CFLAGS="..." to the invocation.
9897bb
 #
9897bb
+# OPT_LDFLAGS can be overridden on the make command line by
9897bb
+#   adding OPT_LDFLAGS="..." to the invocation.
9897bb
+#
9897bb
 # Notes:
9897bb
 #   gcc should be version 4 or greater, otherwise some of the options
9897bb
 #     used will not be recognized.
9897bb
@@ -164,6 +167,11 @@ LDFLAGS +=-m32
9897bb
 endif
9897bb
 
9897bb
 #
9897bb
+# Common linker flags
9897bb
+#
9897bb
+OPT_LDFLAGS ?= 
9897bb
+
9897bb
+#
9897bb
 # Optionally disable optimizations. Optimization causes problems on
9897bb
 # some compilers such as gcc 4.4
9897bb
 #