aboutsummaryrefslogtreecommitdiff
path: root/libs/postgresql
diff options
context:
space:
mode:
authorAlexander Ryzhov <github@ryzhov-al.ru>2015-12-06 08:08:49 -0500
committerAlexander Ryzhov <github@ryzhov-al.ru>2015-12-06 08:08:49 -0500
commit4bfc89560e5fa3e00e897e1f471e691f0aeb5013 (patch)
treed03a0661bacaef69befb878f0dd8214aedea3695 /libs/postgresql
parent15ea770194f95a42719ae1a25a0c818375bab34e (diff)
postgresql: now visible with uclibc
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Diffstat (limited to 'libs/postgresql')
-rw-r--r--libs/postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile
index 5ab9a582e..72b99b627 100644
--- 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