projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e4f2a2
)
unfs3: add support for compiling with the external librpc
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Feb 2011 01:45:33 +0000
(
01:45
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Feb 2011 01:45:33 +0000
(
01:45
+0000)
SVN-Revision: 25503
net/unfs3/Makefile
patch
|
blob
|
history
diff --git
a/net/unfs3/Makefile
b/net/unfs3/Makefile
index 4189a47eb6be0fd2c151bc29576e519273ce6308..2dfb74d4fdfad1c0a95f6f6507c6e71ca2a99bb1 100644
(file)
--- 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)