[Home]

Summary:ASTERISK-14629: [patch] Use pkgconfig to check for Lua
Reporter:Itamar Reis Peixoto (itamarjp)Labels:
Date Opened:2009-08-10 20:24:34Date Closed:2010-05-26 17:24:28
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) Use-pkgconfig-to-check-for-Lua.patch
Description:Fedora , Suse and other should use pkgconfig to check for lua.
Comments:By: Itamar Reis Peixoto (itamarjp) 2009-08-10 20:25:29

It's possible to have this patch merged ?

By: Matthew Nicholson (mnicholson) 2009-09-29 15:32:37

I have unassigned this bug and set it to 'new' in the interest of getting the appropriate person to look at it and possibly merge it.

By: Leif Madsen (lmadsen) 2009-09-30 09:19:19

This issue is ready for testing. If someone else could verify this works that would be great. It'd be even better if someone familiar with Makefiles could review and resolve this issue.

By: Matthew Nicholson (mnicholson) 2010-05-24 14:14:12

This patch does not properly detect the absence of the lua libraries.  Additionally, on some systems (e.g. my debian system), pkg-config lua5.1 must be used and this patch does not account for that.  Please modify the patch to account for these things.

By: Matthew Nicholson (mnicholson) 2010-05-26 17:24:28

I double checked the configure script.  This should already be accounted for without the need of pkg-config.