From aff4a1430c68a352e534614de480107983f68550 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 13 Feb 2011 01:45:29 +0000 Subject: [PATCH] portmap: add dependency on librpc git-svn-id: svn://svn.openwrt.org/openwrt/packages@25501 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/portmap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/portmap/Makefile b/net/portmap/Makefile index 37e9fc030..f6fe3c23f 100644 --- a/net/portmap/Makefile +++ b/net/portmap/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/portmap SECTION:=net CATEGORY:=Network - DEPENDS:=+libwrap + DEPENDS:=+libwrap +USE_UCLIBC:librpc TITLE:=The RPC Portmapper URL:=http://neil.brown.name/portmap/ endef