postgresql: now visible with uclibc 2075/head
authorAlexander Ryzhov <github@ryzhov-al.ru>
Sun, 6 Dec 2015 13:08:49 +0000 (08:08 -0500)
committerAlexander Ryzhov <github@ryzhov-al.ru>
Sun, 6 Dec 2015 13:08:49 +0000 (08:08 -0500)
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
libs/postgresql/Makefile

index 5ab9a582e5d626a30fad0912be210b46b45d8f20..72b99b62730cb018ffe8b0574602edaa7eb54ac4 100644 (file)
@@ -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