(svn r26850) -Fix: [Makefile] Compilation of strgen requires also defining variable in for platforms like Solaris

This commit is contained in:
planetmaker 2014-09-19 09:28:23 +00:00
parent bc84c52b30
commit a58b74f997
1 changed files with 1 additions and 0 deletions

View File

@ -1441,6 +1441,7 @@ make_cflags_and_ldflags() {
make_compiler_cflags "$cc_host" "CFLAGS" "CXXFLAGS" "LDFLAGS" "FEATURES"
CFLAGS="$CFLAGS -D$os"
CFLAGS_BUILD="$CFLAGS_BUILD -D$os"
if [ "$enable_debug" = "0" ]; then
# No debug, add default stuff