#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: | new → closed |
Note: See
TracTickets for help on using
tickets.
Libraries renamed to liblua-5.1.* and liblua-5.1.pc fixed to agree with that (r121047).