From: Stephen Walker Date: Thu, 10 Mar 2011 11:58:27 +0000 (+0000) Subject: [packages] apr: add missing librt dependency X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7b345b3852a8b84f3117f5eac5b3f500aaad07de;p=openwrt%2Fsvn-archive%2Farchive.git [packages] apr: add missing librt dependency SVN-Revision: 25999 --- diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 43f075036c..94bfd995d8 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-2011 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:=apr PKG_VERSION:=1.4.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.ibiblio.org/pub/mirrors/apache/apr @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libapr SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libpthread + DEPENDS:=+libpthread +librt TITLE:=Apache Portable Runtime Library URL:=http://apr.apache.org/ endef