From: Sebastian Kemper Date: Sun, 8 Apr 2018 09:52:53 +0000 (+0200) Subject: yate: build pgsqldb for target ARC X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F310%2Fhead;p=feed%2Ftelephony.git yate: build pgsqldb for target ARC Signed-off-by: Sebastian Kemper --- diff --git a/net/yate/Makefile b/net/yate/Makefile index 88787b9..54a6f8f 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -263,7 +263,7 @@ $(eval $(call BuildPlugin,osschan,client,OSS Sound Channel,)) $(eval $(call BuildPlugin,park,server,Call Parking,)) $(eval $(call BuildPlugin,pbx,,PBX Message Handlers,)) $(eval $(call BuildPlugin,pbxassist,server,Full featured PBX and IVR,,,y)) -$(eval $(call BuildPlugin,pgsqldb,server,PostgrestSQL Backend DB,@!arc +libpq)) +$(eval $(call BuildPlugin,pgsqldb,server,PostgrestSQL Backend DB,+libpq)) $(eval $(call BuildPlugin,presence,server,Presence,,,y)) $(eval $(call BuildPlugin,queues,server,Call Distribution and Queues from Database,,,y)) $(eval $(call BuildPlugin,queuesnotify,server,Notify when queued call status changes,,,y))