1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/kamailio/files/patch-modules__tls__Makefile
Kurt Jaeger bb2f76c9c3 New port: net/kamailio 4.1.6
Kamailio is an open source SIP proxy server that is capable of
handling thousands of up calls in a second. Among the features
it provides, are support for TCP, UDP and SCTP, secure communication
via TLS for VoIP (voice, video), accounting, the most popular open
source databases and much more.

Originally starting out as the SIP Express Router (SER) project by
the Fraunhofer Society in 2001, the design team got together in
2008, merged old and new source code and rebranded SER to Kamailio.

WWW: http://www.kamailio.org/

PR:		181301
Submitted by:	Oliver Mahmoudi <olivermahmoudi@gmail.com>
Reviewed by:	marino
2014-09-19 18:02:46 +00:00

12 lines
235 B
Plaintext

--- modules/tls/Makefile.orig 2014-08-06 15:29:51 UTC
+++ modules/tls/Makefile
@@ -9,6 +9,8 @@
auto_gen=
NAME=tls.so
+skip_cfg_install?=yes
+
ifeq ($(CROSS_COMPILE),)
SSL_BUILDER=$(shell \
if pkg-config --exists libssl; then \