From: nbd Date: Sun, 13 Feb 2011 01:45:33 +0000 (+0000) Subject: unfs3: add support for compiling with the external librpc X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=781433904d094f64028de1f82f92e442e684ae76;p=packages.git unfs3: add support for compiling with the external librpc git-svn-id: svn://svn.openwrt.org/openwrt/packages@25503 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)