samba: Pass required host configure flags. This fixes compile on my x64 box.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23648 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-10-26 23:03:50 +00:00
parent 1fe19523a0
commit 63b0ea2360

View File

@ -57,6 +57,8 @@ define Build/Compile
mkdir -p $(PKG_INSTALL_DIR)
(cd $(PKG_BUILD_DIR)/source ; rm -rf config.{cache,status} ; \
./configure \
$(HOST_CONFIGURE_VARS) \
$(HOST_CONFIGURE_ARGS) \
--program-prefix="" \
--program-suffix="" \
--prefix=/usr \