postgresql: add missing librt dependency
fixes build error with uclibc Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
This commit is contained in:
parent
40ba683222
commit
0e3e7ca91b
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ endef
|
|||
define Package/pgsql-cli
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libpq
|
||||
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
|
||||
DEPENDS:=+libpq @USE_UCLIBC:+librt
|
||||
TITLE:=PostgreSQL databases Server
|
||||
URL:=http://www.postgresql.org/
|
||||
SUBMENU:=database
|
||||
|
|
Loading…
Reference in a new issue