ports/security/libhijack/files/patch-libhijack_Makefile
Stefan Eßer e7dc0d3088 Fix build with -fno-common
The libhijack/Makefile specified elf.c twice as a source file to build,
leading to double defined global symbols in the link step.
2020-09-26 13:26:32 +00:00

10 lines
190 B
Text

--- libhijack/Makefile.orig 2018-12-20 16:47:42 UTC
+++ libhijack/Makefile
@@ -6,7 +6,6 @@ SHLIB= hijack
SHLIB_MAJOR= 2
SRCS= \
elf.c \
- elf.c \
error.c \
func.c \
libhijack.c \