From: Alexander Ryzhov Date: Sun, 6 Dec 2015 13:08:49 +0000 (-0500) Subject: postgresql: now visible with uclibc X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F2075%2Fhead;p=feed%2Fpackages.git postgresql: now visible with uclibc Signed-off-by: Alexander Ryzhov --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 5ab9a582e5..72b99b6273 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