Browse Source

Merge pull request #2075 from ryzhovau/postgresql_uclibc

postgresql: now visible with uclibc
lilik-openwrt-22.03
Jo-Philipp Wich 9 years ago
parent
commit
a4d4477c58
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
define Package/pgsql-cli
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=+libpq @USE_UCLIBC:+librt
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 @USE_UCLIBC:+librt
DEPENDS:=+libpq +USE_UCLIBC:librt
TITLE:=PostgreSQL databases Server
URL:=http://www.postgresql.org/
SUBMENU:=database


Loading…
Cancel
Save