summaryrefslogtreecommitdiff
path: root/openwrt/package/nfs-server
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-21 14:57:57 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-21 14:57:57 +0000
commit655a0128a45e5ea0673a9425e74e2361d3053aad (patch)
tree569613a7e20ef1548e343c5f53caa5802af322ae /openwrt/package/nfs-server
parentf4d95aa0ba9e6c20281d55a75340ff711c0405fe (diff)
downloadmtk-20170518-655a0128a45e5ea0673a9425e74e2361d3053aad.zip
mtk-20170518-655a0128a45e5ea0673a9425e74e2361d3053aad.tar.gz
mtk-20170518-655a0128a45e5ea0673a9425e74e2361d3053aad.tar.bz2
Standardize configure invocation
SVN-Revision: 1008
Diffstat (limited to 'openwrt/package/nfs-server')
-rw-r--r--openwrt/package/nfs-server/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/nfs-server/Makefile b/openwrt/package/nfs-server/Makefile
index 6bc126d..29b6f08 100644
--- a/openwrt/package/nfs-server/Makefile
+++ b/openwrt/package/nfs-server/Makefile
@@ -22,6 +22,8 @@ $(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
+ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
+ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \