(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 1e7992d4f9
commit 7836a487ae

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