#11739 closed defect (fixed)
lighttpd+lua incorrectly invokes pkg-config
Reported by: | chpickel@… | Owned by: | pguyot (Paul Guyot) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | |
Keywords: | lighttpd lua pkg-config | Cc: | |
Port: |
Description
When configuring lighttpd 1.4.13, lighttpd+lua uses --with-lua=${prefix}. This doesn't work, because lighttpd's configure script executes "pkg-config --exists $WITH_LUA", and /opt/local.pc doesn't exist :) If PKG_CONFIG_PATH is correctly set (giving ${prefix} priority), then it's no problem to drop this and use just --with-lua; the existing syntax may be a holdover from before lighttpd used pkg-config.
This bug is dependent on #11738 being fixed, because lua.pc also needs to be present before it can be detected.
Change History (3)
comment:1 Changed 18 years ago by pipping@…
Milestone: | → Port Bugs |
---|
comment:2 Changed 18 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Problem was fixed with 1.4.15.