openssl: support building the binary without MMU
authorBenoît Thébaudeau <benoit@wsystem.com>
Fri, 19 Jun 2015 10:54:33 +0000 (12:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 Jun 2015 14:44:12 +0000 (16:44 +0200)
commitc8937ade4bc29fd8a502b8e9cd0b392a7e76fa30
treebd6d0913c9ea69855a8a6ccd3b09443c167d381c
parentf3a2c8a724ee97fc941fc01e2401eedd6c37feae
openssl: support building the binary without MMU

The commit 720893b62510438237b9923d744dd079ddb4f67d "openssl: disable
apps for NOMMU" prevented the openssl binary from being built without
MMU in order to fix a build failure without fork(). However, openssl is
designed to support the lack of fork() with -DHAVE_FORK=0, so allow the
openssl binary to be enabled without MMU thanks to this option.

Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/openssl/Config.in
package/openssl/openssl.mk