CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/02/04 09:44:03
Modified files:
telephony/kamailio: Makefile
Log message:
mail/kamailio: fix build after libressl pc version bump
kamailio sets LIBSSL_SET_MUTEX_SHARED=1 for libssl >= 1.1 and adds -ldl
to the linker flags among other things, thus breaking the build. Avoid
all this by forcing LIBSSL_SET_MUTEX_SHARED=0.
ok sthen
