freeswitch-stable: prevent libfreetdm from being installed twice 265/head
authorSebastian Kemper <[email protected]>
Mon, 5 Feb 2018 22:08:19 +0000 (23:08 +0100)
committerSebastian Kemper <[email protected]>
Mon, 5 Feb 2018 22:08:20 +0000 (23:08 +0100)
This patch takes care of that. This commit concludes the series with a
revision bump.

Signed-off-by: Sebastian Kemper <[email protected]>
net/freeswitch-stable/Makefile
net/freeswitch-stable/patches/330-do-not-install-freetdm-twice.patch [new file with mode: 0644]

index e13b508ca8682a558854754a79e017a74405186d..9b44730d667c7e10e1fcc918b8f83e83c241b57d 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PRG_NAME:=freeswitch
 PKG_NAME:=$(PRG_NAME)-stable
 PKG_VERSION:=1.6.20
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_MAINTAINER:=Sebastian Kemper <[email protected]>
 
 PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).tar.xz
diff --git a/net/freeswitch-stable/patches/330-do-not-install-freetdm-twice.patch b/net/freeswitch-stable/patches/330-do-not-install-freetdm-twice.patch
new file mode 100644 (file)
index 0000000..a81d60b
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/libs/freetdm/mod_freetdm/Makefile.in
++++ b/libs/freetdm/mod_freetdm/Makefile.in
+@@ -15,7 +15,6 @@ $(FTLA): $(FT_DIR)/.update
+       cd $(FT_DIR) && $(MAKE)
+ local_install:
+-      cd $(FT_DIR) && $(MAKE) install
+       [ -f $(DESTDIR)@confdir@/autoload_configs/freetdm.conf.xml ] || cp -f $(FT_DIR)/conf/freetdm.conf.xml  $(DESTDIR)@confdir@/autoload_configs
+ local_clean: