tags 451172 +pending
thanks

Thanks for reporting this bug.  It will be fixed in the next release.
In fact there were two configuration invocations that needed to be
fixed.  I've attached the patch that was checked into git.

                                             - Ted

commit a6ea47ab4b5f02d3a5e92f55e14a3e0162f454da
Author: Theodore Ts'o <[EMAIL PROTECTED]>
Date:   Sat Dec 15 20:34:41 2007 -0500

    Fix cross-compilation support in Debian's build rules
    
    Addresses-Debian-Bug: #451172
    
    Signed-off-by: "Theodore Ts'o" <[EMAIL PROTECTED]>

diff --git a/debian/rules b/debian/rules
index 842965e..49237b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,7 +123,7 @@ ifeq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 else
        cd ${stdbuilddir} && AWK=/usr/bin/awk CC="${DEB_HOST_GNU_TYPE}-gcc" \
                ${topdir}/configure ${COMMON_CONF_FLAGS} ${STD_CONF_FLAGS} \
-               --build=$(DEB_BUILD_GNU_TYPE) $(DEB_HOST_GNU_TYPE)
+               --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 endif
 
   # specially-built MIPS libs
@@ -149,7 +149,7 @@ ifeq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 else
        cd ${bfbuilddir} && AWK=/usr/bin/awk CC="${DEB_HOST_GNU_TYPE}-gcc" \
                ${topdir}/configure ${COMMON_CONF_FLAGS} ${BF_CONF_FLAGS} \
-               --build=$(DEB_BUILD_GNU_TYPE) $(DEB_HOST_GNU_TYPE)
+               --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 endif
        mkdir -p ${STAMPSDIR}
        touch ${CFGBFSTAMP}



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to