Browse Source

Merge pull request #405 from thess/libpq-dep-fix

libpq: Fix missing dependency (shadow-utils)
lilik-openwrt-22.03
Jo-Philipp Wich 10 years ago
parent
commit
d669007c2d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/postgresql/Makefile

+ 1
- 1
libs/postgresql/Makefile View File

@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/libpq
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=+zlib +libreadline +libpthread +libncurses +shadow-su
DEPENDS:=+zlib +libreadline +libpthread +libncurses +shadow-utils +shadow-su
TITLE:=PostgreSQL client library
URL:=http://www.postgresql.org/
SUBMENU:=database


Loading…
Cancel
Save