Wireshark-bugs: [Wireshark-bugs] [Bug 8438] New: detect lua on debian
Date: Mon, 04 Mar 2013 22:03:21 +0000
Bug ID 8438
Summary detect lua on debian
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Wireshark
Assignee bugzilla-admin@wireshark.org
Reporter wireshark@kaiser.cx

Build Information:

--
Dear all,

as I'm not an expert on autotools, I mark this one for review before comitting
it.

Debian wheezy and squeeze install lua 5.1 by default. Include files are in
/usr/include/lua5.1/...

With the current autotools macros, there's no way to detect lua for this setup.

I added some lines to look for /usr/include/lua5.[012] directories and set the
lua_ver variable accordingly. Higher versions preferred, if no such directory
is found, the default value 5.2 is used.

If I missed something, please let me know. Otherwise, I'll commit the attached
patch in a couple of days.

Best regards,

   Martin


You are receiving this mail because:
  • You are watching all bug changes.