From: Michael Jerris Date: Wed, 19 Feb 2014 21:10:48 +0000 (-0500) Subject: freebsd fix, use detected cxx compiler when building esl X-Git-Tag: v1.5.8~25^2~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b40dd8a374d3ace48fd3a0592872a9fafd9b5626;p=thirdparty%2Ffreeswitch.git freebsd fix, use detected cxx compiler when building esl --- diff --git a/libs/esl/eslmake.rules.in b/libs/esl/eslmake.rules.in index 0a1fe7f624..9eadd41550 100644 --- a/libs/esl/eslmake.rules.in +++ b/libs/esl/eslmake.rules.in @@ -1,2 +1,3 @@ TINFO_LIBS=@TINFO_LIBS@ +CXX=@CXX@