mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Include CPPFLAGS in CFLAGS
--HG-- extra : convert_revision : 138a11bc1e2babcd8b1182e6cb2a85d4e9404b11
This commit is contained in:
parent
c1b602145f
commit
b6b96f8841
@ -69,7 +69,8 @@ AR=@AR@
|
||||
RANLIB=@RANLIB@
|
||||
STRIP=@STRIP@
|
||||
INSTALL=@INSTALL@
|
||||
CFLAGS=-I. -I$(srcdir)/libtomcrypt/src/headers/ @CFLAGS@
|
||||
CPPFLAGS=@CPPFLAGS@
|
||||
CFLAGS=-I. -I$(srcdir)/libtomcrypt/src/headers/ $(CPPFLAGS) @CFLAGS@
|
||||
LIBS=$(LTC) $(LTM) @LIBS@
|
||||
LDFLAGS=@LDFLAGS@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user