1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/mapserver/10-musl.patch
2021-02-04 22:06:32 +00:00

14 lines
361 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
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 <limits.h>
#include <assert.h>
#include "mapserver.h"