From: nbd Date: Sun, 13 Feb 2011 01:45:29 +0000 (+0000) Subject: portmap: add dependency on librpc X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=aff4a1430c68a352e534614de480107983f68550;p=packages.git portmap: add dependency on librpc git-svn-id: svn://svn.openwrt.org/openwrt/packages@25501 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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