pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/graphics/libjpeg-turbo
Hi,
> Log Message:
> libjpeg-turbo: updated to 3.2.0
This is kinda broken for me. It tries to use bundled zlib and/or spng and doesn't compile it properly.
/usr/bin/ld.bfd: src/spng/CMakeFiles/zlib-static.dir/zlib/compress.c.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
So I tried to add
CMAKE_CONFIGURE_ARGS+= -DWITH_SYSTEM_ZLIB=ON
But then it failed with
/usr/bin/ld.bfd: src/spng/CMakeFiles/spng-static.dir/spng.c.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
There is a WITH_SYSTEM_SPNG option, but spng does not appear to be a
dependency that exists in pkgsrc.
This is on Linux x86_64. Please advise how to fix the package.
Kind regards,
-Tobias
Home |
Main Index |
Thread Index |
Old Index