diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-10-19 18:27:39 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-27 04:18:36 +0100 |
commit | 823311db1ed3c3dbc30fbcbca6527982a63990e9 (patch) | |
tree | d40c209b3b7cf5c14583ddda853e83c23d4eaab0 /dev-python/leechcorepyc/files | |
parent | app-forensics/yara: drop 4.3.2 (diff) | |
download | gentoo-823311db1ed3c3dbc30fbcbca6527982a63990e9.tar.gz gentoo-823311db1ed3c3dbc30fbcbca6527982a63990e9.tar.bz2 gentoo-823311db1ed3c3dbc30fbcbca6527982a63990e9.zip |
dev-python/leechcorepyc: drop 2.14.3
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/leechcorepyc/files')
-rw-r--r-- | dev-python/leechcorepyc/files/leechcorepyc-2.14.0-cflags.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/leechcorepyc/files/leechcorepyc-2.14.0-cflags.patch b/dev-python/leechcorepyc/files/leechcorepyc-2.14.0-cflags.patch deleted file mode 100644 index 945f4e41e1c1..000000000000 --- a/dev-python/leechcorepyc/files/leechcorepyc-2.14.0-cflags.patch +++ /dev/null @@ -1,13 +0,0 @@ -Bug: https://bugs.gentoo.org/893824 ---- a/leechcore/Makefile -+++ b/leechcore/Makefile -@@ -6,7 +6,8 @@ - # CFLAGS += -fsanitize=address -fsanitize=leak -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=bounds-strict -fsanitize=float-divide-by-zero -fsanitize=float-cast-overflow
- # CFLAGS += -fsanitize=pointer-compare -fsanitize=pointer-subtract -fanalyzer
- # DEBUG FLAGS ABOVE
--CFLAGS += -fPIE -fPIC -pie -fstack-protector -D_FORTIFY_SOURCE=2 -O1 -Wl,-z,noexecstack
-+CFLAGS := -D_FORTIFY_SOURCE=2 ${CFLAGS}
-+CFLAGS += -fPIE -fPIC -pie -Wl,-z,noexecstack
- CFLAGS += -Wall -Wno-unused-result -Wno-unused-variable -Wno-unused-value -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
- LDFLAGS += -g -ldl -shared
- DEPS = leechcore.h
|