From a45dd69435f9fc51339aa0ef986108bf186ee87a Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 13 Feb 2011 01:45:22 +0000 Subject: [PATCH] portmap: use the new LIBRPC flag git-svn-id: svn://svn.openwrt.org/openwrt/packages@25498 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 408722dc7..37e9fc030 100644 --- a/net/portmap/Makefile +++ b/net/portmap/Makefile @@ -35,7 +35,7 @@ endef MAKE_FLAGS += \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -DHOSTS_ACCESS -DFACILITY=LOG_DAEMON -DIGNORE_SIGCHLD" \ RPCUSER="nobody" \ - WRAP_LIB="$(TARGET_LDFLAGS) -lwrap" \ + LDLIBS="$(TARGET_LDFLAGS) -lwrap $(LIBRPC)" \ all define Package/portmap/install