[packages] yate: make yate-mod-mysqldb depend on libmysqlclient-r
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 26 Jun 2012 14:53:33 +0000 (14:53 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 26 Jun 2012 14:53:33 +0000 (14:53 +0000)
SVN-Revision: 32502

net/yate/Makefile

index f7d472e59c284b2a41cc2eeae9aa8137cd927920..5c74f290d6540adac72b7b71db1944b4242e20b9 100644 (file)
@@ -239,7 +239,7 @@ $(eval $(call BuildPlugin,monitoring,server,Monitoring/gathering Information,))
 $(eval $(call BuildPlugin,mrcpspeech,server,MRCP v2 Voice/Tone Detector and Synthesizer,))
 $(eval $(call BuildPlugin,msgsniff,,Sample Message Sniffer,))
 $(eval $(call BuildPlugin,mux,,Data Multiplexor,))
-$(eval $(call BuildPlugin,mysqldb,server,MySQL Backend DB,+libmysqlclient))
+$(eval $(call BuildPlugin,mysqldb,server,MySQL Backend DB,+libmysqlclient-r))
 $(eval $(call BuildPlugin,openssl,,Encrypted transport (OpenSSL),+libopenssl))
 $(eval $(call BuildPlugin,osschan,client,OSS Sound Channel,))
 $(eval $(call BuildPlugin,park,server,Call Parking,))