restund: enable mysql module
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
f65805d94b
commit
d2887d80a9
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=restund
|
||||
PKG_VERSION:=0.4.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.creytiv.com/pub/
|
||||
|
@ -110,4 +110,4 @@ endef
|
|||
|
||||
$(eval $(call BuildPackage,restund))
|
||||
|
||||
#$(eval $(call BuildPlugin,mysql,MySQL database backend,mysql_ser,+PACKAGE_restund-mod-mysql:libmysqlclient @BROKEN))
|
||||
$(eval $(call BuildPlugin,mysql,MySQL database backend,mysql_ser,+PACKAGE_restund-mod-mysql:libmysqlclient))
|
||||
|
|
Loading…
Reference in a new issue