From: nbd Date: Wed, 3 Sep 2008 10:55:13 +0000 (+0000) Subject: fix nfs-utils compile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d34595e3e810147d332a1682041f7fad53098d28;p=packages.git fix nfs-utils compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@12509 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)" \