[Home]

Summary:ASTERISK-05394: Can't build asterisk because of recent res/Makefile changes.
Reporter:Sergey Okhapkin (sokhapkin)Labels:
Date Opened:2005-10-29 12:48:37Date Closed:2008-01-15 15:52:45.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:res/Makefile has been modified to check for /usr/lib/libosp.a to decide if res_osp should be compiled. As the result the compilation failed on my gentoo system, /usr/lib/libosp.a is a library provided by opensp (A free, object-oriented toolkit for SGML parsing and entity management) package but not osp(Open Settlement Protocol) package.
Comments:By: Sergey Okhapkin (sokhapkin) 2005-10-29 12:56:34

I would suggest to check for /usr/[local/]include/osp.h instead.

By: Mark Spencer (markster) 2005-10-29 14:23:21

Fixed in CVS head, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:52:45.000-0600

Repository: asterisk
Revision: 6891

U   trunk/res/Makefile

------------------------------------------------------------------------
r6891 | markster | 2008-01-15 15:52:44 -0600 (Tue, 15 Jan 2008) | 2 lines

Do not look for libosp since that name is not used anymore and conflicts with opensp (bug ASTERISK-5394)

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

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