From e246cb81eb7eea3cdb15776b8b2c58f44b49fb67 Mon Sep 17 00:00:00 2001 From: mirko 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@33011 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/snort/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/snort/Makefile b/net/snort/Makefile index d3eaeaf47..f2d7418d1 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.11.0