1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/lang/python36
Thierry Thomas 693abe1cb4 lang/python3X: Fix library installation
The Python ports install the library libpython3.x.so under $PREFIX/lib,
and they set USE_LDCONFIG, but these libraries are not registered, due
to a missing symlink, and they are not found by `ldconfig -r'.

This commit make them to be registered, and for some reason it helps the
dynamic linker to find them, and this allows to fix an error in
french/aster. It also helps to fix errors in newer releases of math/sage
(not yet ready to be committed due to other problems).

No exp-run, but it has been tested with many ports on several platforms.

PR:		257864
Approved by:	koobs (Python team)
MFH:		2021Q4
2021-10-13 19:05:40 +02:00
..
files
distinfo
Makefile lang/python3X: Fix library installation 2021-10-13 19:05:40 +02:00
Makefile.version
pkg-descr
pkg-plist lang/python3X: Fix library installation 2021-10-13 19:05:40 +02:00