diff options
Diffstat (limited to 'net/kamailio/files/patch-modules__tls__Makefile')
-rw-r--r-- | net/kamailio/files/patch-modules__tls__Makefile | 11 |
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 \ |