postgresql: now visible with uclibc

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
Alexander Ryzhov 2015-12-06 08:08:49 -05:00 committed by Jo-Philipp Wich
parent fa5e832d77
commit 87d696053e

View file

@ -42,7 +42,7 @@ endef
define Package/pgsql-cli define Package/pgsql-cli
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
DEPENDS:=+libpq @USE_UCLIBC:+librt DEPENDS:=+libpq +USE_UCLIBC:librt
TITLE:=Command Line Interface (CLI) to PostgreSQL databases TITLE:=Command Line Interface (CLI) to PostgreSQL databases
URL:=http://www.postgresql.org/ URL:=http://www.postgresql.org/
SUBMENU:=database SUBMENU:=database
@ -55,7 +55,7 @@ endef
define Package/pgsql-server define Package/pgsql-server
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
DEPENDS:=+libpq @USE_UCLIBC:+librt DEPENDS:=+libpq +USE_UCLIBC:librt
TITLE:=PostgreSQL databases Server TITLE:=PostgreSQL databases Server
URL:=http://www.postgresql.org/ URL:=http://www.postgresql.org/
SUBMENU:=database SUBMENU:=database