projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ea47e
)
nfs-server: add support for building with external librpc
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Feb 2011 01:45:26 +0000
(
01:45
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Feb 2011 01:45:26 +0000
(
01:45
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25500
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/nfs-server/Makefile
patch
|
blob
|
history
diff --git
a/net/nfs-server/Makefile
b/net/nfs-server/Makefile
index
bc168a0
..
eb8948f
100644
(file)
--- a/
net/nfs-server/Makefile
+++ b/
net/nfs-server/Makefile
@@
-34,6
+34,9
@@
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)
endef
+TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
+TARGET_LDFLAGS += $(LIBRPC)
+
define Package/nfs-server/install
$(INSTALL_DIR) $(1)/etc
$(INSTALL_DATA) ./files/nfsd.exports $(1)/etc/exports