Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#43862 closed defect (fixed)

lua51 @5.1.5_1 installs broken pkg-config

Reported by: geekosaur Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.0
Keywords: Cc:
Port: lua51

Description

pyanfar:50036 Z$ pkg-config lua-5.1 --libs
-L/opt/local/lib/lua-5.1 -llua-5.1.5 -lm
pyanfar:50037 Z$ port contents lua51 | grep liblua
  /opt/local/lib/lua-5.1/liblua.5.1.5.a
  /opt/local/lib/lua-5.1/liblua.5.1.5.dylib

Either the pkg-config --libs should reference -llua.5.1.5 or the libraries should be renamed to liblua.5.1.5.*.

Change History (1)

comment:1 Changed 10 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

Libraries renamed to liblua-5.1.* and lua-5.1.pc fixed to agree with that (r121047).

Last edited 10 years ago by dbevans (David B. Evans) (previous) (diff)
Note: See TracTickets for help on using tickets.