octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mxe-octave build failing on libgcryp


From: John W. Eaton
Subject: Re: mxe-octave build failing on libgcryp
Date: Sun, 22 Dec 2013 14:01:48 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9

On 12/22/2013 01:11 PM, John D wrote:

For the libgcrypt issue, what happens if you make link in libgcrypt.mk from:
     $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS=
noinst_PROGRAMS= DESTDIR='$(3)'

To

     $(MAKE) -C '$(1)' -j '$(JOBS)'
     $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS=
noinst_PROGRAMS= DESTDIR='$(3)'

I checked in this change. I'd already done it locally but forgot to push the change.

jwe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]