From 30850cb03cbb4d47babc124007ea4c8cb4b5955d Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Mon, 13 May 2019 16:06:30 -0400 Subject: [PATCH] library/ntbtls: enable legacy uname --- components/library/ntbtls/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/components/library/ntbtls/Makefile b/components/library/ntbtls/Makefile index 94adc55c6..f471de35d 100644 --- a/components/library/ntbtls/Makefile +++ b/components/library/ntbtls/Makefile @@ -33,6 +33,7 @@ COMPONENT_LICENSE_FILE= ntbtls.license include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk include $(WS_MAKE_RULES)/ips.mk +export UNAME_LEGACY= CONFIGURE_BINDIR.64 = $(CONFIGURE_BINDIR.32) -- 2.11.4.GIT