When building against eglibc, libc doesn't include librt therefore it must be explicitly included.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 33467
PKG_NAME:=diffutils
PKG_VERSION:=3.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/diffutils
define Package/diffutils
SECTION:=devel
CATEGORY:=Development
+ DEPENDS:=+USE_EGLIBC:librt
TITLE:=diffutils
URL:=http://www.gnu.org/software/diffutils/
endef