Skip to content

Commit

Permalink
put CPP defines in CPPFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Jul 11, 2014
1 parent 77b34fe commit 0e9857d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile.am.common
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CPPFLAGS += -DOPENSSL_NO_ASM
AM_CPPFLAGS += -DHAVE_CRYPTODEV
AM_CPPFLAGS += -DLIBRESSL_INTERNAL
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

AC_SUBST([USER_CFLAGS], "-O2 $CFLAGS")
CFLAGS="$CFLAGS -Wall -Werror -std=c99 -g -Wno-pointer-sign -DHAVE_CRYPTODEV -DLIBRESSL_INTERNAL"
CFLAGS="$CFLAGS -Wall -Werror -std=c99 -g -Wno-pointer-sign"

case $target_os in
*darwin*)
Expand Down

0 comments on commit 0e9857d

Please sign in to comment.