diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-21 14:57:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-21 14:57:57 +0000 |
commit | 655a0128a45e5ea0673a9425e74e2361d3053aad (patch) | |
tree | 569613a7e20ef1548e343c5f53caa5802af322ae /openwrt/package/nfs-server | |
parent | f4d95aa0ba9e6c20281d55a75340ff711c0405fe (diff) | |
download | mtk-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/Makefile | 2 |
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) \ |