[Home]

Summary:ASTERISK-00374: System compiler does not look in /usr/local
Reporter:Thorsten Lockert (tholo)Labels:
Date Opened:2003-10-12 08:10:17Date Closed:2004-09-25 02:46:18
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) codecs.diff
Description:GCC, when built as the system compiler, will not by default look in /usr/local/include and /usr/local/lib -- this is needed for Speex support on OpenBSD.

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

This patch will add -I/usr/local/include and -L/usr/local/lib if, and only if, speex.h and libspeex.a, respectively, are found in those directories.
Comments:By: Mark Spencer (markster) 2003-10-25 12:46:20

Fixed in CVS