[package] diffutils: trivial fix for eglibc builds
When building against eglibc, libc doesn't include librt therefore it must be explicitly included. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@33467 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6d5ac99f02
commit
2305545464
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=diffutils
|
PKG_NAME:=diffutils
|
||||||
PKG_VERSION:=3.0
|
PKG_VERSION:=3.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@GNU/diffutils
|
PKG_SOURCE_URL:=@GNU/diffutils
|
||||||
@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/diffutils
|
define Package/diffutils
|
||||||
SECTION:=devel
|
SECTION:=devel
|
||||||
CATEGORY:=Development
|
CATEGORY:=Development
|
||||||
|
DEPENDS:=+USE_EGLIBC:librt
|
||||||
TITLE:=diffutils
|
TITLE:=diffutils
|
||||||
URL:=http://www.gnu.org/software/diffutils/
|
URL:=http://www.gnu.org/software/diffutils/
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user