]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
openssl: don't build tests
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 23 Aug 2013 14:02:24 +0000 (11:02 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 23 Aug 2013 18:41:54 +0000 (20:41 +0200)
These require shared libraries and we save a tiny amount of build time.
Fixes:
http://autobuild.buildroot.net/results/88e/88e5e07e94e49879907186ff35ce66944f867ec2/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/openssl/openssl.mk

index a0e103b3ac403d7eccffb9c28a27dc6370a9a5f0..4b8b0a4a1bdbafab85f437169e561cb293ba4621 100644 (file)
@@ -85,6 +85,7 @@ define OPENSSL_CONFIGURE_CMDS
        )
        $(SED) "s:-march=[-a-z0-9] ::" -e "s:-mcpu=[-a-z0-9] ::g" $(@D)/Makefile
        $(SED) "s:-O[0-9]:$(OPENSSL_CFLAGS):" $(@D)/Makefile
+       $(SED) "s: build_tests::" $(@D)/Makefile
 endef
 
 define HOST_OPENSSL_BUILD_CMDS