portmap: add dependency on librpc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25501 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-02-13 01:45:29 +00:00
parent 7d3a092e18
commit aff4a1430c

View File

@ -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