lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit a4d4477c58916b63b7d179bcd2ee074a6166a6b2
parent 5c1668250882bac8072ae6c312173402ce44819b
Author: Jo-Philipp Wich <jow@openwrt.org>
Date:   Mon,  7 Dec 2015 09:41:15 +0100

Merge pull request #2075 from ryzhovau/postgresql_uclibc

postgresql: now visible with uclibc
Diffstat:
Mlibs/postgresql/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile @@ -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