Author: Holger Jaekel Summary: Fixes compilation with musl libc, define PATH_MAX ---- --- a/mapshape.c +++ b/mapshape.c @@ -34,6 +34,7 @@ * DEALINGS IN THE SOFTWARE. ****************************************************************************/ +#define _GNU_SOURCE #include #include #include "mapserver.h"