Browse Source

postgresql: now visible with uclibc

Alexander Ryzhov 9 years ago
parent
commit
4bfc89560e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      libs/postgresql/Makefile

+ 2
- 2
libs/postgresql/Makefile View File

@@ -42,7 +42,7 @@ endef
42 42
 define Package/pgsql-cli
43 43
   SECTION:=utils
44 44
   CATEGORY:=Utilities
45
-  DEPENDS:=+libpq @USE_UCLIBC:+librt
45
+  DEPENDS:=+libpq +USE_UCLIBC:librt
46 46
   TITLE:=Command Line Interface (CLI) to PostgreSQL databases
47 47
   URL:=http://www.postgresql.org/
48 48
   SUBMENU:=database
@@ -55,7 +55,7 @@ endef
55 55
 define Package/pgsql-server
56 56
   SECTION:=utils
57 57
   CATEGORY:=Utilities
58
-  DEPENDS:=+libpq @USE_UCLIBC:+librt
58
+  DEPENDS:=+libpq +USE_UCLIBC:librt
59 59
   TITLE:=PostgreSQL databases Server
60 60
   URL:=http://www.postgresql.org/
61 61
   SUBMENU:=database