From: Michael Jerris Date: Mon, 24 Feb 2014 18:39:06 +0000 (-0500) Subject: pass top level configure cflags into spandsp too X-Git-Tag: v1.5.8~25^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aec16e878db02fa303d81695c95e7510adeb0ed;p=thirdparty%2Ffreeswitch.git pass top level configure cflags into spandsp too --- diff --git a/libs/spandsp/configure.ac b/libs/spandsp/configure.ac index f01a56ef49..1810e07fe2 100644 --- a/libs/spandsp/configure.ac +++ b/libs/spandsp/configure.ac @@ -21,6 +21,10 @@ AC_PREREQ([2.59]) AC_INIT([spandsp], [1.99.0]) +CFLAGS="$CFLAGS $CONFIGURE_CFLAGS" +CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS" +LDFLAGS="$LDFLAGS $CONFIGURE_LDFLAGS" + SPANDSP_LT_CURRENT=3 SPANDSP_LT_REVISION=0 SPANDSP_LT_AGE=0