From dd1484800ca8177036ff0c83b776c1010b991db1 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 12 Nov 2017 22:48:51 -0500 Subject: [PATCH] Rename mapfile for Solaris --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 4e89f23a..102befa1 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -458,7 +458,7 @@ endif ifeq ($(IS_SUN)$(SUN_COMPILER),11) ifneq ($(IS_X86)$(IS_X32)$(IS_X64),000) ifeq ($(findstring -DCRYPTOPP_DISABLE_ASM,$(CXXFLAGS)),) - LDFLAGS += -M cryptest.mapfile + LDFLAGS += -M cryptopp.mapfile endif # No CRYPTOPP_DISABLE_ASM endif # X86/X32/X64 endif # SunOS