From b7373b6de5b41a4b420741da9ebf0570e36c11c7 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 24 May 2014 00:38:25 +0200 Subject: Improved CFLAGS/CPPFLAGS handling - Language extensions, such as _GNU_SOURCE are now enabled through CPPFLAGS by the configure script, rather than within the source code. - Moved some configure-time CFLAGS to CPPFLAGS, where appropriate. - Fixes bugreport:8211, thanks to Neoth http://hercules.ws/board/tracker/issue-8211-compiling-warning-in-linux Signed-off-by: Haru --- 3rdparty/libconfig/Makefile.in | 2 ++ 3rdparty/mt19937ar/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) (limited to '3rdparty') diff --git a/3rdparty/libconfig/Makefile.in b/3rdparty/libconfig/Makefile.in index e27aab30a..4eb1acc16 100644 --- a/3rdparty/libconfig/Makefile.in +++ b/3rdparty/libconfig/Makefile.in @@ -1,6 +1,8 @@ # Copyright (c) Hercules Dev Team, licensed under GNU GPL. # See the LICENSE file +# @configure_input@ + LIBCONFIG_OBJ = libconfig.o grammar.o scanctx.o scanner.o strbuf.o LIBCONFIG_H = libconfig.h grammar.h parsectx.h scanctx.h scanner.h strbuf.h wincompat.h diff --git a/3rdparty/mt19937ar/Makefile.in b/3rdparty/mt19937ar/Makefile.in index 61f0556be..9f49f3a81 100644 --- a/3rdparty/mt19937ar/Makefile.in +++ b/3rdparty/mt19937ar/Makefile.in @@ -1,6 +1,8 @@ # Copyright (c) Hercules Dev Team, licensed under GNU GPL. # See the LICENSE file +# @configure_input@ + MT19937AR_OBJ = mt19937ar.o MT19937AR_H = mt19937ar.h -- cgit v1.2.3-60-g2f50