From 2c3ba9259efbf9e3aaaab2b5ea4e7350bbdd51c1 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Mon, 6 Aug 2012 11:08:19 +0000 Subject: [PATCH] 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 --- net/snort/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2