From f290b4fa51d6f829b36f9e498194ea700416a285 Mon Sep 17 00:00:00 2001 From: swalker Date: Sat, 5 May 2012 17:02:13 +0000 Subject: [PATCH] [packages] postgresql: add missing libpthread depends git-svn-id: svn://svn.openwrt.org/openwrt/packages@31607 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/postgresql/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 8f91b5178..a234fafae 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql PKG_VERSION:=9.0.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=\ @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libpq SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+zlib +libreadline +libncurses +coreutils-su + DEPENDS:=+zlib +libreadline +libpthread +libncurses +coreutils-su TITLE:=PostgreSQL client library URL:=http://www.postgresql.org/ SUBMENU:=database