Skip to content

community/thttpd: fix build with gcc 14

Natanael Copa requested to merge ncopa/aports:thttpd-gcc14 into master

The configure script fails to detect a working gcc. It seems non-trivial to fix the configure scripts and it was difficult to find a git repository or issue tracker and there have not been any new releases in years.

Just use -fpermissive for now.

Merge request reports