freeswitch/src/mod/applications/mod_mongo
Travis Cross b2714cbc30 Fix mod_mongo build when no CFLAGS/CXXFLAGS are set in environment
os.environ['CFLAGS'] raises a KeyError if no CFLAGS variable is set in
the environment.  So instead we use os.environ.get('CFLAGS','') which
will return the empty string in the event no CFLAGS variable is set.

The previous problematic pattern originated from the suggested code
here for importing the build environment in SCons:

  http://www.scons.org/wiki/FrequentlyAskedQuestions#Why_doesn.27t_SCons_find_my_compiler.2BAC8-linker.2BAC8-etc..3F_I_can_execute_it_just_fine_from_the_command_line.

FS-4746 --resolve
2013-01-03 17:38:28 +00:00
..
conf/autoload_configs conf: add config files to module directories 2012-03-24 04:51:08 +00:00
Makefile Fix mod_mongo build when no CFLAGS/CXXFLAGS are set in environment 2013-01-03 17:38:28 +00:00
fpic_hack.diff FS-3278 --resolve 2011-05-11 11:41:08 -05:00
mod_mongo.cpp Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
mod_mongo.h Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
mongo_conn.cpp Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00