Blame SOURCES/OPT_LDFLAGS.patch

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