From 781433904d094f64028de1f82f92e442e684ae76 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 13 Feb 2011 01:45:33 +0000 Subject: [PATCH] unfs3: add support for compiling with the external librpc git-svn-id: svn://svn.openwrt.org/openwrt/packages@25503 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/unfs3/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 4189a47eb..2dfb74d4f 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -35,6 +35,9 @@ define Package/unfs3/description on the server. endef +TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include +TARGET_LDFLAGS += $(LIBRPC) + define Package/unfs3/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) -- 2.11.0