From: blogic Date: Sun, 17 Jun 2012 17:41:07 +0000 (+0000) Subject: [package] fix opensips dependencies X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0bdf4156dac03f08c02c02c31c9ddc76d7b842f7;p=packages.git [package] fix opensips dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@32412 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/opensips/Makefile b/net/opensips/Makefile index 288e9cc64..c90abf74a 100644 --- a/net/opensips/Makefile +++ b/net/opensips/Makefile @@ -203,7 +203,7 @@ $(eval $(call BuildPlugin,enum,enum,ENUM lookup,,)) $(eval $(call BuildPlugin,exec,exec,External exec,,)) $(eval $(call BuildPlugin,gflags,gflags,Global shared flags,,)) $(eval $(call BuildPlugin,group,group,Database-backend user-groups,,)) -$(eval $(call BuildPlugin,group-radius,group_radius,RADIUS-backend user-groups,,)) +$(eval $(call BuildPlugin,group-radius,group_radius,RADIUS-backend user-groups,,+libradiusclient-ng)) $(eval $(call BuildPlugin,h350,h350,H.350,ldap,+libopenldap)) $(eval $(call BuildPlugin,identity,identity,Identity,,+libopenssl)) $(eval $(call BuildPlugin,imc,imc,IM conferencing,db-mysql tm,))