mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
postgresql: clean up DEPENDS
Currently the DEPENDS do not reflect reality. Fix this. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/libpq
|
define Package/libpq
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+zlib +libreadline +libpthread +libncursesw
|
DEPENDS:=+libpthread
|
||||||
TITLE:=PostgreSQL client library
|
TITLE:=PostgreSQL client library
|
||||||
URL:=http://www.postgresql.org/
|
URL:=http://www.postgresql.org/
|
||||||
SUBMENU:=database
|
SUBMENU:=database
|
||||||
@@ -43,7 +43,7 @@ endef
|
|||||||
define Package/pgsql-cli
|
define Package/pgsql-cli
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libpq +librt
|
DEPENDS:=+libncursesw +libpq +libreadline +librt +zlib
|
||||||
TITLE:=Command Line Interface (CLI) to PostgreSQL databases
|
TITLE:=Command Line Interface (CLI) to PostgreSQL databases
|
||||||
URL:=http://www.postgresql.org/
|
URL:=http://www.postgresql.org/
|
||||||
SUBMENU:=database
|
SUBMENU:=database
|
||||||
@@ -56,7 +56,7 @@ endef
|
|||||||
define Package/pgsql-cli-extra
|
define Package/pgsql-cli-extra
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libpq +librt
|
DEPENDS:=+libncursesw +libpq +libreadline +librt +zlib
|
||||||
TITLE:=Command Line extras for PostgreSQL databases
|
TITLE:=Command Line extras for PostgreSQL databases
|
||||||
URL:=http://www.postgresql.org/
|
URL:=http://www.postgresql.org/
|
||||||
SUBMENU:=database
|
SUBMENU:=database
|
||||||
@@ -69,7 +69,7 @@ endef
|
|||||||
define Package/pgsql-server
|
define Package/pgsql-server
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libpq +librt +pgsql-cli
|
DEPENDS:=+pgsql-cli
|
||||||
TITLE:=PostgreSQL databases Server
|
TITLE:=PostgreSQL databases Server
|
||||||
URL:=http://www.postgresql.org/
|
URL:=http://www.postgresql.org/
|
||||||
SUBMENU:=database
|
SUBMENU:=database
|
||||||
|
|||||||
Reference in New Issue
Block a user