[meta-virtualization] [PATCH] vgabios: don't override the compiler ldflags

Dariusz Pelowski dariusz.pelowski at gmail.com
Tue Oct 17 09:13:24 PDT 2017


---
 recipes-extended/vgabios/biossums_0.7a.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-extended/vgabios/biossums_0.7a.bb b/recipes-extended/vgabios/biossums_0.7a.bb
index 10bd014..e66bade 100644
--- a/recipes-extended/vgabios/biossums_0.7a.bb
+++ b/recipes-extended/vgabios/biossums_0.7a.bb
@@ -20,6 +20,7 @@ do_configure() {
     # Don't override the compiler or its flags:
     sed 's,^CC,DISABLED_CC,' -i Makefile
     sed 's,^CFLAGS,DISABLED_CFLAGS,' -i Makefile
+    sed 's,^LDFLAGS,DISABLED_LDFLAGS,' -i Makefile
     # Supply the C flags to the compiler:
     sed 's,-o biossums,$(CFLAGS) -o biossums,' -i Makefile
 }
-- 
2.7.4



More information about the meta-virtualization mailing list