From: mb Date: Tue, 26 Oct 2010 23:03:50 +0000 (+0000) Subject: samba: Pass required host configure flags. This fixes compile on my x64 box. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=63b0ea2360e1c442d24b07e66c0068f5f7d944ab;p=packages.git 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 --- diff --git a/net/samba/Makefile b/net/samba/Makefile index aec6fc60a..7f2dd0458 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -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 \