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

bugzilla at busybox.net bugzilla at busybox.net
Wed Jul 29 19:15:37 UTC 2009


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


Peter Korsgaard <jacmet at uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #2 from Peter Korsgaard <jacmet at uclibc.org>  2009-07-29 19:15:36 UTC ---
It's because BR2_ARCH is a string value, so it contains " chars as well, E.G.
the tests have to be written as:

ifeq ($(BR2_ARCH),"x86_64")
OPENSSL_TARGET_ARCH=x86_64
endif

I'll fix it in git - Thanks.


-- 
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