[Home]

Summary:ASTERISK-04984: Code cleanup in broke cross-compilation of codec_speex.so
Reporter:Wojtek Kaniewski (wojtekka)Labels:
Date Opened:2005-09-05 04:21:43Date Closed:2008-01-15 15:47:04.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/CodecInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-speex-cross-compilation.patch
Description:The new Makefile code does look for speex.h in $(CROSS_COMPILATION_TARGET), but doesn't use the prefix in -I added to CFLAGS. This way the existence of header files succeeds, but the compilation fails because the compiler can't find them in host's tree.

****** ADDITIONAL INFORMATION ******

I still haven't sent the disclaimer, because changes are trivial and can be done without even looking at the patch.
Comments:By: Russell Bryant (russell) 2005-09-05 11:48:46

fixed in cvs head, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:47:04.000-0600

Repository: asterisk
Revision: 6514

U   trunk/codecs/Makefile

------------------------------------------------------------------------
r6514 | russell | 2008-01-15 15:47:04 -0600 (Tue, 15 Jan 2008) | 2 lines

look in CROSS_COMPILE_TARGET for speex headers (issue ASTERISK-4984)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6514