From: Alexander Ryzhov Date: Sun, 6 Dec 2015 13:08:49 +0000 (-0500) Subject: postgresql: now visible with uclibc X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4bfc89560e5fa3e00e897e1f471e691f0aeb5013;p=openwrt-packages.git postgresql: now visible with uclibc Signed-off-by: Alexander Ryzhov --- 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