e6c48eb93b
- Update to edk2-stable201905 - Update openssl to 1.1.1b OBS-URL: https://build.opensuse.org/request/show/709002 OBS-URL: https://build.opensuse.org/package/show/Virtualization/ovmf?expand=0&rev=131
14 lines
640 B
Diff
14 lines
640 B
Diff
Index: edk2-edk2-stable201905/BaseTools/Source/C/Makefiles/header.makefile
|
|
===================================================================
|
|
--- edk2-edk2-stable201905.orig/BaseTools/Source/C/Makefiles/header.makefile
|
|
+++ edk2-edk2-stable201905/BaseTools/Source/C/Makefiles/header.makefile
|
|
@@ -75,7 +75,7 @@ else
|
|
BUILD_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
|
|
BUILD_LFLAGS =
|
|
BUILD_CXXFLAGS = -Wno-unused-result
|