Re: [Slackbuilds-users] pkg-config reports incorrect lib for Lus 5.2/5.3

2018-04-06 Thread Nate Bargmann
If my assumption is correct, I've attached patches to achieve the (I think) correct output: $ pkg-config --libs lua52 -llua5.2 -lm $ pkg-config --libs lua53 -llua5.3 -lm - Nate -- "The optimist proclaims that we live in the best of all possible worlds. The pessimi

[Slackbuilds-users] pkg-config reports incorrect lib for Lus 5.2/5.3

2018-04-06 Thread Nate Bargmann
Looking at the output of pkg-config for Lua 5.2 and 5.3 I see this: $ pkg-config --libs lua52 -llua -lm I'm thinking that it should output '-llua5.2' and '-llua5.3' respectively. The change should take place on this line of each lua.pc.in: Libs: -L${libdir} -llua -lm in each lu