1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Vladimir Druzenko 657ce16dc8 net/vde2: Fix build on i386: ld: error: relocation R_386_PC32 cannot be used against symbol
FAILED: [code=1] src/lib/libvdeplug.so.3.0.1
: && /usr/bin/cc -fPIC -O2 -pipe -march=core2  -fstack-protector-strong -fno-strict-aliasing -Wall --std=gnu17 -O2 -pipe -march=core2  -fstack-protector-strong -fno-strict-aliasing  -DNDEBUG  -L/usr/lib   -Xlinker --dependency-file=src/lib/CMakeFiles/vdeplug.dir/link.d -shared -Wl,-soname,libvdeplug.so.3 -o src/lib/libvdeplug.so.3.0.1 src/lib/CMakeFiles/vdeplug.dir/libvdeplug.c.o  src/common/libvdecommon.a && :
ld: error: relocation R_386_PC32 cannot be used against symbol 'calloc'; recompile with -fPIC
>>> defined in /lib/libc.so.7
>>> referenced by canonicalize.c
>>>               canonicalize.c.o:(vde_realpath) in archive src/common/libvdecommon.a

Reported by:	pkg-fallout
Sponsored by:	UNIS Labs
2026-05-17 10:14:10 +03:00
..