Fix dynamic relocation error R_X86_64_32S by adding -fPIC to the static library build. PR: 253980
11 lines
103 B
Makefile
11 lines
103 B
Makefile
LIB= ipv6
|
|
SRCS= libipv6.c
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
.PATH: ${.CURDIR}/../tools
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|