From ff49abd0a565c0c9d9710c6404f2dbd7f5bba3b8 Mon Sep 17 00:00:00 2001 From: cshore Date: Sun, 27 Jun 2010 19:30:18 +0000 Subject: [PATCH] net/freeswitch: Fixed mod_syslog enable for both -upstream-defaults and -minimal git-svn-id: svn://svn.openwrt.org/openwrt/packages@21971 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/freeswitch/Makefile | 4 ++-- .../files/etc.minimal/autoload_configs/modules.conf.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 6dfae886f..1e9c1faca 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -374,8 +374,8 @@ define Build/Compile DESTDIR="$(PKG_INSTALL_DIR)" \ LDFLAGS_FOR_BUILD="$(HOST_LDFLAGS)" \ all $(MAKE_INSTALL_TARGETS) - $(SED) 's|^\([:blank:]*\)\(.*\)"mod_console"\(.*\)$$$$|\1|' $(PKG_INSTALL_DIR)/etc/freeswitch/autoload_configs/modules.conf.xml - $(SED) 's|^\([:blank:]*\)\(.*\)$$$$|\1\2"mod_syslog"\3\4 -->|' $(PKG_INSTALL_DIR)/etc/freeswitch/autoload_configs/modules.conf.xml + $(SED) 's|^\([ \t]*\)\(.*\)"mod_console"\(.*\)$$$$|\1|' $(PKG_INSTALL_DIR)/etc/freeswitch/autoload_configs/modules.conf.xml + $(SED) 's|^\([ \t]*\)\(.*\)$$$$|\1\2"mod_syslog"\3\4|' $(PKG_INSTALL_DIR)/etc/freeswitch/autoload_configs/modules.conf.xml endef define Build/InstallDev diff --git a/net/freeswitch/files/etc.minimal/autoload_configs/modules.conf.xml b/net/freeswitch/files/etc.minimal/autoload_configs/modules.conf.xml index c5b33072c..be17899c4 100644 --- a/net/freeswitch/files/etc.minimal/autoload_configs/modules.conf.xml +++ b/net/freeswitch/files/etc.minimal/autoload_configs/modules.conf.xml @@ -2,8 +2,8 @@ - - + +