From: Mirko Vogt Date: Mon, 6 Aug 2012 11:08:19 +0000 (+0000) Subject: Fix the snort build with openwrt eglibc toolchain X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2c3ba9259efbf9e3aaaab2b5ea4e7350bbdd51c1;p=openwrt%2Fsvn-archive%2Farchive.git Fix the snort build with openwrt eglibc toolchain Since eglibc doesn't get shipped with rpc support, always build-depend on librpc now. Signed-off-by: Mika Laitio SVN-Revision: 33011 --- diff --git a/net/snort/Makefile b/net/snort/Makefile index d3eaeaf475..f2d7418d16 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://dl.snort.org/snort-current/ PKG_MD5SUM:=63f4e76ae96a2d133f4c7b741bad5458 -PKG_BUILD_DEPENDS:=USE_UCLIBC:librpc +PKG_BUILD_DEPENDS:=librpc PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_FIXUP:=autoreconf PKG_INSTALL:=1