samba: Pass required host configure flags. This fixes compile on my x64 box.
authorMichael Büsch <mb@bu3sch.de>
Tue, 26 Oct 2010 23:03:50 +0000 (23:03 +0000)
committerMichael Büsch <mb@bu3sch.de>
Tue, 26 Oct 2010 23:03:50 +0000 (23:03 +0000)
SVN-Revision: 23648

net/samba/Makefile

index aec6fc60a7ca8d1c4c66a39c0c1236b99a304abd..7f2dd04581d5cdf6bbdf0f036666696c7d988a5e 100644 (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 \