From d34595e3e810147d332a1682041f7fad53098d28 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 3 Sep 2008 10:55:13 +0000 Subject: [PATCH] fix nfs-utils compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@12509 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/nfs-utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/nfs-utils/Makefile b/net/nfs-utils/Makefile index 022a5242e..ad57cd543 100644 --- a/net/nfs-utils/Makefile +++ b/net/nfs-utils/Makefile @@ -38,6 +38,8 @@ endef CONFIGURE_ARGS += --disable-gss TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib +TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib + define Build/Compile $(call Build/Compile/Default, \ OPT="$(TARGET_CFLAGS)" \ -- 2.11.0