[Buildroot] [Bug 497] OpenSSL RSA key generation hangs on x86_64

bugzilla at busybox.net bugzilla at busybox.net
Wed Jul 29 15:07:31 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=497





--- Comment #1 from Thomas Petazzoni <thomas.petazzoni at free-electrons.com>  2009-07-29 15:07:30 UTC ---
You're right.

There are two solutions to fix the issue. The first solution is to use $(ARCH),
as you suggested. ARCH is defined by project/Makefile.in. The second solution
if to change the test to be

ifeq ($(BR2_ARCH),"x86_64")

note the double quotes around x86_64.

Not sure which one is best, though.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list