mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
This is a major release, introducing a consistent set of new features as well as improvements to existing components. Reviewed by: Alexey V. Panfilov <ports@subnets.ru> Relnotes: https://www.kamailio.org/w/kamailio-v5-0-0-release-notes/
11 lines
271 B
Text
11 lines
271 B
Text
--- src/modules/tls/Makefile.orig 2017-04-21 12:46:06 UTC
|
|
+++ src/modules/tls/Makefile
|
|
@@ -8,6 +8,8 @@ include ../../Makefile.defs
|
|
auto_gen=
|
|
NAME=tls.so
|
|
|
|
+skip_cfg_install?=yes
|
|
+
|
|
ifeq ($(CROSS_COMPILE),)
|
|
SSL_BUILDER=$(shell \
|
|
if pkg-config --exists libssl; then \
|