summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/7-zip/files/7-zip-flags.patch')
-rw-r--r--app-arch/7-zip/files/7-zip-flags.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-arch/7-zip/files/7-zip-flags.patch b/app-arch/7-zip/files/7-zip-flags.patch
deleted file mode 100644
index 0534b39..0000000
--- a/app-arch/7-zip/files/7-zip-flags.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/CPP/7zip/7zip_gcc.mak 2023-07-12 15:09:43.264812100 +0200
-+++ b/CPP/7zip/7zip_gcc.mak 2023-07-12 15:11:34.326817937 +0200
-@@ -142,7 +142,7 @@
-
- # LOCAL_LIBS=-lpthread
- # LOCAL_LIBS_DLL=$(LOCAL_LIBS) -ldl
--LIB2 = -lpthread -ldl
-+LIB2 = -lpthread -ldl -z noexecstack
-
-
- endif
-@@ -208,7 +208,7 @@
- # -Wl,--print-gc-sections
-
- ifneq ($(CC), $(CROSS_COMPILE)clang)
--LFLAGS_STRIP = -s
-+LFLAGS_STRIP =
- endif
-
- LFLAGS_ALL = $(LFLAGS_STRIP) $(MY_ARCH_2) $(LDFLAGS) $(FLAGS_FLTO) $(LD_arch) $(OBJS) $(MY_LIBS) $(LIB2)
---- a/C/7zip_gcc_c.mak 2023-07-12 15:41:03.355910913 +0200
-+++ b/C/7zip_gcc_c.mak 2023-07-12 15:41:35.353912595 +0200
-@@ -121,7 +121,7 @@
-
- # LOCAL_LIBS=-lpthread
- # LOCAL_LIBS_DLL=$(LOCAL_LIBS) -ldl
--LIB2 = -lpthread -ldl
-+LIB2 = -lpthread -ldl -z noexecstack
-
- DEL_OBJ_EXE = -$(RM) $(PROGPATH) $(PROGPATH_STATIC) $(OBJS)
-