mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 23:46:28 -04:00
The libhijack/Makefile specified elf.c twice as a source file to build, leading to double defined global symbols in the link step.
10 lines
190 B
Text
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 \
|