[Home]

Summary:ASTERISK-04942: app_curl and codec_ilbc fails to build after recent makefile changes.
Reporter:Brian West (bkw918)Labels:
Date Opened:2005-08-30 20:16:20Date Closed:2008-01-15 15:46:31.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:title says it all!
Comments:By: Michael Jerris (mikej) 2005-08-30 20:28:10

From the current makefile:

  58: CURLLIBS=$(shell $(CROSS_COMPILE_BIN)curl-config --libs)
  59: ifneq ($(shell if [ 0x`$(CROSS_COMPILE_BIN)curl-config --vernum` -ge 0x70907 ]; then echo "OK" ; fi),)
  60:   ifneq (${CURLLIBS},)
  61:     APPS+=app_curl.so
  62:   endif
  63: endif

By: Brian West (bkw918) 2005-08-30 21:13:30

Yes thats in my make file too but it doesn't work :P

By: Michael Jerris (mikej) 2005-08-30 21:28:00

bkw, what do you get as output to those curl-config commands on your system?
curl-config --libs
curl-config --vernum
curl-config --version

By: Brian West (bkw918) 2005-08-30 22:11:57

root@daffy [Tue Aug 30 10:12 PM]  /usr/src/ast_goodies
<636>:curl-config --libs
-L/usr/lib -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz

root@daffy [Tue Aug 30 10:12 PM]  /usr/src/ast_goodies
<637>:curl-config --vernum
070d02

root@daffy [Tue Aug 30 10:12 PM]  /usr/src/ast_goodies
<638>:curl-config --version
libcurl 7.13.2

By: Kevin P. Fleming (kpfleming) 2005-08-31 17:29:05

Fixed in CVS HEAD.

By: Digium Subversion (svnbot) 2008-01-15 15:46:31.000-0600

Repository: asterisk
Revision: 6475

U   trunk/apps/Makefile
U   trunk/codecs/Makefile

------------------------------------------------------------------------
r6475 | kpfleming | 2008-01-15 15:46:31 -0600 (Tue, 15 Jan 2008) | 2 lines

correct Makefile errors (issue ASTERISK-4942)

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

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