Mercurial > dropbear
changeset 758:1c607a62d235 ecc
Set LTC_SOURCE for proper ltm_desc etc
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 29 Mar 2013 00:26:46 +0800 |
parents | 230666086711 |
children | 76fba0856749 |
files | libtomcrypt/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libtomcrypt/Makefile.in Wed Mar 27 23:50:52 2013 +0800 +++ b/libtomcrypt/Makefile.in Fri Mar 29 00:26:46 2013 +0800 @@ -19,7 +19,7 @@ # Compilation flags. Note the += does not write over the user's CFLAGS! # The rest of the flags come from the parent Dropbear makefile -CFLAGS += -c -I$(srcdir)/src/headers/ -I$(srcdir)/../ +CFLAGS += -c -I$(srcdir)/src/headers/ -I$(srcdir)/../ -DLTC_SOURCE # additional warnings (newer GCC 3.4 and higher) ifdef GCC_34