diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-05-06 06:57:59 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-05-06 06:57:59 +0000 |
commit | 1dcd559cd57ca9e8fe0942dfebb16a5d2acafb75 (patch) | |
tree | aa3c59d33f2b686343022632356bfebba5240c98 /net/kamailio/files/patch-src_Makefile.defs | |
parent | net-im/qTox: Update 1.14.1 -> 1.15.0 (diff) |
net/kamailio: update 5.0.1 -> 5.1.3
- lots of changes
PR: 227677
Submitted by: Ben Hood <ben@relops.com>
Relnotes: https://www.kamailio.org/w/kamailio-v5-1-0-release-notes/
https://www.kamailio.org/pub/kamailio/5.1.3/ChangeLog
https://www.kamailio.org/pub/kamailio/5.1.2/ChangeLog
https://www.kamailio.org/pub/kamailio/5.1.1/ChangeLog
https://www.kamailio.org/pub/kamailio/5.1.0/ChangeLog
https://www.kamailio.org/pub/kamailio/5.0.6/ChangeLog
Security: CVE-2018-8828
Diffstat (limited to 'net/kamailio/files/patch-src_Makefile.defs')
-rw-r--r-- | net/kamailio/files/patch-src_Makefile.defs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/kamailio/files/patch-src_Makefile.defs b/net/kamailio/files/patch-src_Makefile.defs index ac730a0ad841..2a8b4a506a29 100644 --- a/net/kamailio/files/patch-src_Makefile.defs +++ b/net/kamailio/files/patch-src_Makefile.defs @@ -1,4 +1,4 @@ ---- src/Makefile.defs.orig 2017-04-21 13:52:06 UTC +--- src/Makefile.defs.orig 2018-03-01 16:24:11 UTC +++ src/Makefile.defs @@ -208,7 +208,7 @@ YACC := $(shell echo "$${YACC}") @@ -18,7 +18,7 @@ RPAREN=) CC_VER:=$(word 1,$(CC)) $(shell $(CC) - --version|head -n 1|\ sed -e 's/([^$(RPAREN)]*)//g' \ -@@ -386,7 +386,7 @@ LIBDIR ?= +@@ -390,7 +390,7 @@ LIBDIR ?= ifeq ($(LIBDIR),) ARCHBSZ= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/') ifeq ($(ARCHBSZ),64b) @@ -27,7 +27,7 @@ else LIBDIR = lib endif -@@ -460,7 +460,7 @@ doxygen_dir=doc/doxygen +@@ -464,7 +464,7 @@ doxygen_dir=doc/doxygen BASEDIR ?= $(DESTDIR) basedir = $(BASEDIR) @@ -36,7 +36,7 @@ runbasedir = $(RUNBASEDIR) # install location -@@ -1722,7 +1722,7 @@ ifeq ($(YACC),) +@@ -1743,7 +1743,7 @@ ifeq ($(YACC),) endif YACC_FLAGS=-d -b core/cfg # on solaris add -lxnet (e.g. LIBS= -lxnet) |