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
2012-11-19 09:50:40 -08:00
2009-02-11 02:53:31 +00:00
2009-02-13 23:33:36 +00:00
2008-05-14 20:39:43 +00:00
2012-10-10 13:57:31 -05:00
2010-04-01 21:00:45 -04:00
2012-05-28 16:35:00 +00:00
2009-10-02 14:44:16 +00:00
2012-12-17 21:13:00 -05:00
2012-05-15 10:20:52 -05:00
2010-01-23 20:19:18 +00:00
2009-11-18 19:42:00 +00:00
2012-12-06 14:07:04 -06:00
2012-12-19 14:20:38 -06:00
add
2011-10-21 10:15:15 -05:00
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses 268 MiB
Languages
C 64.4%
C++ 21.8%
JavaScript 4.7%
Assembly 2%
Makefile 1%
Other 5.4%