changeset 1483:190b7af3bdac

pass CFLAGS to LTC_CFLAGS
author Matt Johnston <matt@ucc.asn.au>
date Sat, 10 Feb 2018 00:12:31 +0800
parents 6e09cb3d1230
children f68ee671bf6d b7cd40b0730a
files libtomcrypt/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libtomcrypt/Makefile.in	Sat Feb 10 00:12:22 2018 +0800
+++ b/libtomcrypt/Makefile.in	Sat Feb 10 00:12:31 2018 +0800
@@ -40,7 +40,7 @@
 EXTRALIBS = ../libtommath/libtommath.a
 
 #Compilation flags
-LTC_CFLAGS  = -Isrc/headers/ -I$(srcdir)/src/headers/ -I../ -I$(srcdir)/../ -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/
+LTC_CFLAGS  = -Isrc/headers/ -I$(srcdir)/src/headers/ -I../ -I$(srcdir)/../ -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/ $(CFLAGS)
 LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
 VERSION=1.18.1