mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-29 00:13:30 +08:00
6b7a7a028c
* Correctly handle empty SSL/TLS packets (Found by James Yonan) * Fixed potential heap corruption in x509_name allocation * Fixed single RSA test that failed on Big Endian systems Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
373 B
Makefile
14 lines
373 B
Makefile
POLARSSL_SITE = http://polarssl.org/code/releases/
|
|
POLARSSL_VERSION = 1.1.4
|
|
POLARSSL_SOURCE = polarssl-$(POLARSSL_VERSION)-gpl.tgz
|
|
POLARSSL_CONF_OPT = \
|
|
-DUSE_SHARED_POLARSSL_LIBRARY=ON \
|
|
-DUSE_STATIC_POLARSSL_LIBRARY=ON \
|
|
-DBUILD_TESTS=OFF \
|
|
-DBUILD_PROGRAMS=$(if $(BR2_PACKAGE_POLARSSL_PROGRAMS),ON,OFF)
|
|
|
|
POLARSSL_INSTALL_STAGING = YES
|
|
|
|
$(eval $(call CMAKETARGETS))
|
|
|