diff options
| -rw-r--r-- | recipes-extended/vgabios/biossums_0.7a.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/vgabios/biossums_0.7a.bb b/recipes-extended/vgabios/biossums_0.7a.bb index 10bd0142..e66bade7 100644 --- a/recipes-extended/vgabios/biossums_0.7a.bb +++ b/recipes-extended/vgabios/biossums_0.7a.bb | |||
| @@ -20,6 +20,7 @@ do_configure() { | |||
| 20 | # Don't override the compiler or its flags: | 20 | # Don't override the compiler or its flags: |
| 21 | sed 's,^CC,DISABLED_CC,' -i Makefile | 21 | sed 's,^CC,DISABLED_CC,' -i Makefile |
| 22 | sed 's,^CFLAGS,DISABLED_CFLAGS,' -i Makefile | 22 | sed 's,^CFLAGS,DISABLED_CFLAGS,' -i Makefile |
| 23 | sed 's,^LDFLAGS,DISABLED_LDFLAGS,' -i Makefile | ||
| 23 | # Supply the C flags to the compiler: | 24 | # Supply the C flags to the compiler: |
| 24 | sed 's,-o biossums,$(CFLAGS) -o biossums,' -i Makefile | 25 | sed 's,-o biossums,$(CFLAGS) -o biossums,' -i Makefile |
| 25 | } | 26 | } |
