5d65552ef8
Update to edk2-stable202305 (bsc#1205588) OBS-URL: https://build.opensuse.org/request/show/1099437 OBS-URL: https://build.opensuse.org/package/show/Virtualization/ovmf?expand=0&rev=256
14 lines
609 B
Diff
14 lines
609 B
Diff
Index: edk2-edk2-stable202305/BaseTools/Source/C/Makefiles/header.makefile
|
|
===================================================================
|
|
--- edk2-edk2-stable202305.orig/BaseTools/Source/C/Makefiles/header.makefile
|
|
+++ edk2-edk2-stable202305/BaseTools/Source/C/Makefiles/header.makefile
|
|
@@ -101,7 +101,7 @@ else
|
|
CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fwrapv \
|
|
-fno-delete-null-pointer-checks -Wall -Werror \
|
|
-Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict \
|
|
--Wno-unused-result -nostdlib -g
|
|
+-Wno-unused-result -nostdlib -g -fPIE
|
|
endif
|
|
endif
|
|
ifneq ($(CLANG),)
|