Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
shim.19526
remove_build_id.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove_build_id.patch of Package shim.19526
Index: shim/shim-15.4/gnu-efi/Make.defaults =================================================================== --- shim-15.4.orgi/gnu-efi/Make.defaults +++ shim-15.4/gnu-efi/Make.defaults @@ -205,8 +205,7 @@ ARFLAGS := rDv endif ASFLAGS += $(ARCH3264) -LDFLAGS += -nostdlib --warn-common --no-undefined --fatal-warnings \ - --build-id=sha1 +LDFLAGS += -nostdlib --warn-common --no-undefined --fatal-warnings ifneq ($(ARCH),arm) export LIBGCC=$(shell $(CC) $(CFLAGS) $(ARCH3264) -print-libgcc-file-name) Index: shim/shim-15.4/Make.defaults =================================================================== --- shim-15.4.orig/Make.defaults +++ shim-15.4/Make.defaults @@ -184,7 +184,7 @@ ifneq ($(origin VENDOR_DBX_FILE), undefi DEFINES += -DVENDOR_DBX_FILE=\"$(VENDOR_DBX_FILE)\" endif -LDFLAGS = --hash-style=sysv -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(LOCAL_EFI_PATH) -L$(LIBDIR) -LCryptlib -LCryptlib/OpenSSL $(EFI_CRT_OBJS) --build-id=sha1 $(ARCH_LDFLAGS) --no-undefined +LDFLAGS = --hash-style=sysv -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(LOCAL_EFI_PATH) -L$(LIBDIR) -LCryptlib -LCryptlib/OpenSSL $(EFI_CRT_OBJS) $(ARCH_LDFLAGS) --no-undefined ifneq ($(DEBUG),) export DEBUG
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor