packages: net/freeswitch: Makefile cleanup. Removed duplicate var from site rules and old snapshot text

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20895 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2010-04-16 00:40:05 +00:00
parent 516ccb2b4d
commit 20eb4f6c95

View File

@ -300,7 +300,6 @@ CONFIGURE_VARS+= \
ac_cv_func_mmap_fixed_mapped="yes" \
ac_cv_func_pthread_rwlock_init="yes" \
ac_cv_struct_rlimit="yes" \
ac_cv_func_setpgrp_void="yes" \
apr_cv_mutex_recursive="yes" \
apr_cv_process_shared_works="no" \
apr_cv_tcp_nodelay_with_cork="yes" \
@ -391,7 +390,7 @@ endef
define BuildPlugin
define Package/freeswitch-mod-$(1)
$$(call Package/freeswitch/Default)
TITLE:= FS $(2) module (snapshot)
TITLE:= FS $(2) module
DEPENDS:= freeswitch $$(foreach m,$(4),+freeswitch-mod-$$m) $(5)
endef