Aurelien Jarno wrote:
> ruby1.6 currently fails to build of GNU/kFreeBSD. Please find below a
> patch to fix that.

> --- ruby1.6-1.6.8/debian/rules
> +++ ruby1.6-1.6.8/debian/rules
> @@ -50,6 +50,13 @@
>  configure: configure-stamp
>  configure-stamp: $(patched)
>       dh_testdir
> +     
> +     # update config.guess and config.sub
> +     -test -r /usr/share/misc/config.sub && \
> +     cp -f /usr/share/misc/config.sub $(BUILD_TREE)/config.sub
> +     -test -r /usr/share/misc/config.guess && \
> +     cp -f /usr/share/misc/config.guess $(BUILD_TREE)/config.guess
> +     
>       # Add here commands to configure the package.
>       cd $(BUILD_TREE) && autoconf
>       cd $(BUILD_TREE) && \

On i386, ruby1.6 uses /usr/lib/ruby/1.6/i386-linux for
searching arch-depends-libraries.  But this patch changes
the dir to i386-linux-gnu.  It is wrong.

Is this change necessary for GNU/kFreeBSD?

-- 
akira yamada       <URL:http://arika.org>


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

Reply via email to