summaryrefslogtreecommitdiff
path: root/net/kamailio/files/patch-modules__tls__Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-09-19 18:02:46 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-09-19 18:02:46 +0000
commitbb2f76c9c33a3256bd267ab6fb8358f804e99adf (patch)
tree3ada8ebff8508ae60067d85dd4711f2d022f9068 /net/kamailio/files/patch-modules__tls__Makefile
parentUpdate to 2.0.0. (diff)
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
Diffstat (limited to 'net/kamailio/files/patch-modules__tls__Makefile')
-rw-r--r--net/kamailio/files/patch-modules__tls__Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/kamailio/files/patch-modules__tls__Makefile b/net/kamailio/files/patch-modules__tls__Makefile
new file mode 100644
index 000000000000..85963f7075ad
--- /dev/null
+++ b/net/kamailio/files/patch-modules__tls__Makefile
@@ -0,0 +1,11 @@
+--- 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 \