From: Dirk Neukirchen Date: Fri, 21 Aug 2015 07:20:05 +0000 (+0200) Subject: postgresql: add missing librt dependency X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0e3e7ca91b693ec3c160276dee1ba6389cc35410;p=feed%2Fpackages.git postgresql: add missing librt dependency fixes build error with uclibc Signed-off-by: Dirk Neukirchen --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 33cb010abe..dd4b28ef60 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -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