CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/01/06 03:36:38
Modified files:
devel/ptlib : Makefile
devel/ptlib/patches: patch-configure patch-make_unix_mak
Log message:
Don't patch out -Wl,-soname...
Ptlib and friends use their own build system and getting rid of the
libfoo.so -> libfoo.so.X.Y symlink would be a nightmare to maintain.
So soname is mandatory.
