[Home]

Summary:ASTERISK-05583: buglet in cdr,res/Makefile on FreeBSD
Reporter:rich (rich)Labels:
Date Opened:2005-11-12 21:59:44.000-0600Date Closed:2008-01-15 15:56:01.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) difs.txt
Description:On FreeBSD, when the odbc library is present, cdr/Makefile and res/Makefile will find the headerfile in /usr/local/includes.  However, the path to the library is incorrectly assigned to CFLAGS rather than SOLINK.

So, if the odbc library is present on FreeBSD, the build will fail.

The attached patch fixes this.
Comments:By: Mark Spencer (markster) 2005-11-13 19:54:37.000-0600

Fixed in CVS head, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:56:01.000-0600

Repository: asterisk
Revision: 7094

U   trunk/cdr/Makefile
U   trunk/res/Makefile

------------------------------------------------------------------------
r7094 | markster | 2008-01-15 15:56:00 -0600 (Tue, 15 Jan 2008) | 2 lines

fix bsd compile issue (bug ASTERISK-5583)

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

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