[packages] apr: add missing librt dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25999 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bcd806690e
commit
3d84d7c05e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user