tinyproxy / tinyproxy

tinyproxy - a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
GNU General Public License v2.0
4.67k stars 645 forks source link

Error with gperf file if building with separate build directory #535

Open brad0 opened 1 month ago

brad0 commented 1 month ago

Tinyproxy version

1.11.1

Issue

We build tinyproxy with a separate build directory and noticed the following error when autoconf is running.

checking whether gperf is recent enough... /home/ports/pobj/tinyproxy-1.11.1/tinyproxy-1.11.1/configure[6081]: cannot open src/conf-tokens.gperf: No such file or directory no

rofl0r commented 1 month ago

well, as you can see we don't use/tested out-of-tree builds, but i'd gladly merge a fix if you can come up with one.