From fe3ce81efc3b953278992b0f256c936375672eca Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 20 Sep 2014 13:11:27 +0200 Subject: Packages: libressl: define _DEFAULT_SOURCE in favor of _BDS_SOURCE as needed by glibc-2.20 Signed-off-by: Abdoulaye Walsimou Gaye --- packages/security/libressl/libressl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'packages') diff --git a/packages/security/libressl/libressl.mk b/packages/security/libressl/libressl.mk index 8423f3d..25e462b 100644 --- a/packages/security/libressl/libressl.mk +++ b/packages/security/libressl/libressl.mk @@ -33,5 +33,6 @@ LIBRESSL_BUILD_DIR := $(embtk_pkgb)/libressl-$(LIBRESSL_VERSION)-build LIBRESSL_BINS := openssl LIBRESSL_INCLUDES := openssl LIBRESSL_LIBS := libcrypto.* libssl.* +LIBRESSL_CFLAGS := -D_DEFAULT_SOURCE LIBRESSL_CONFIGURE_OPTS := --program-transform-name='s;$(STRICT_GNU_TARGET)-;;' -- cgit v1.2.3