Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
openblas.32521
Link-library-with-z-noexecstack.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Link-library-with-z-noexecstack.patch of Package openblas.32521
From: Egbert Eich <eich@suse.com> Date: Wed Nov 30 20:16:21 2022 +0100 Subject: Link library with -z,noexecstack Patch-mainline: Not yet Git-commit: adddc0eadc81bcd29c48594793cb33eac0edb572 References: Signed-off-by: Egbert Eich <eich@suse.com> Signed-off-by: Egbert Eich <eich@suse.de> --- exports/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/exports/Makefile b/exports/Makefile index d8173534..a23fbc7f 100644 --- a/exports/Makefile +++ b/exports/Makefile @@ -193,6 +193,7 @@ else ifeq ($(F_COMPILER), FLANG) else ifneq ($(C_COMPILER), LSB) $(CC) $(CFLAGS) $(LDFLAGS) -shared -o ../$(LIBSONAME) \ + -Wl,-z,noexecstack \ -Wl,--whole-archive $< -Wl,--no-whole-archive \ -Wl,-soname,$(INTERNALNAME) $(EXTRALIB) $(CC) $(CFLAGS) $(LDFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) && echo OK.
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