commit 4bfc89560e5fa3e00e897e1f471e691f0aeb5013
parent 15ea770194f95a42719ae1a25a0c818375bab34e
Author: Alexander Ryzhov <github@ryzhov-al.ru>
Date: Sun, 6 Dec 2015 08:08:49 -0500
postgresql: now visible with uclibc
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile
@@ -42,7 +42,7 @@ endef
define Package/pgsql-cli
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+libpq @USE_UCLIBC:+librt
+ DEPENDS:=+libpq +USE_UCLIBC:librt
TITLE:=Command Line Interface (CLI) to PostgreSQL databases
URL:=http://www.postgresql.org/
SUBMENU:=database
@@ -55,7 +55,7 @@ endef
define Package/pgsql-server
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+libpq @USE_UCLIBC:+librt
+ DEPENDS:=+libpq +USE_UCLIBC:librt
TITLE:=PostgreSQL databases Server
URL:=http://www.postgresql.org/
SUBMENU:=database