[packages]: nfs-kernel server: fix the configure problem with CONFIGURE_VARS instead of a patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32120 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
54b5504d3f
commit
75a2f2fff1
@ -80,6 +80,10 @@ CONFIGURE_ARGS += \
|
||||
--disable-tirpc \
|
||||
--disable-nfsdcld
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
CONFIG_SQLITE3_TRUE="\#" \
|
||||
CONFIG_NFSDCLD_TRUE="\#"
|
||||
|
||||
MAKE_FLAGS += \
|
||||
OPT="$(TARGET_CFLAGS)" \
|
||||
INSTALLSUID="install -m 4755" \
|
||||
@ -106,7 +110,8 @@ HOST_CONFIGURE_VARS += \
|
||||
GSSGLUE_LIBS=" " \
|
||||
RPCSECGSS_CFLAGS=" " \
|
||||
RPCSECGSS_LIBS=" " \
|
||||
|
||||
CONFIG_SQLITE3_TRUE="\#" \
|
||||
CONFIG_NFSDCLD_TRUE="\#"
|
||||
|
||||
define Host/Compile
|
||||
$(MAKE) -C $(HOST_BUILD_DIR)/tools/rpcgen all
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -868,6 +868,8 @@ RPCSECGSS_LIBS'
|
||||
|
||||
|
||||
# Initialize some variables set by options.
|
||||
+CONFIG_SQLITE3_TRUE='#'
|
||||
+CONFIG_NFSDCLD_TRUE='#'
|
||||
ac_init_help=
|
||||
ac_init_version=false
|
||||
ac_unrecognized_opts=
|
Loading…
x
Reference in New Issue
Block a user