瀏覽代碼

postgresql: now visible with uclibc

Alexander Ryzhov 9 年之前
父節點
當前提交
4bfc89560e
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      libs/postgresql/Makefile

+ 2
- 2
libs/postgresql/Makefile 查看文件

@@ -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