CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/01/06 03:36:55
Modified files:
net/h323plus : Makefile
net/h323plus/patches: patch-src_make_lib_mak
Log message:
Don't patch out -Wl,-soname...
H323 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.
