mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
32 lines
579 B
Diff
32 lines
579 B
Diff
Author: Holger Jaekel <holger.jaekel@gmx.de>
|
|
Summary: Fixes compilation with musl libc, define PATH_MAX
|
|
----
|
|
|
|
--- a/mapflatgeobuf.c
|
|
+++ b/mapflatgeobuf.c
|
|
@@ -29,9 +29,9 @@
|
|
|
|
#define NEED_IGNORE_RET_VAL
|
|
|
|
+#include "mapserver.h"
|
|
#include <limits.h>
|
|
#include <assert.h>
|
|
-#include "mapserver.h"
|
|
#include "mapows.h"
|
|
|
|
#include "flatgeobuf/flatgeobuf_c.h"
|
|
|
|
|
|
--- a/mapshape.c
|
|
+++ b/mapshape.c
|
|
@@ -36,9 +36,9 @@
|
|
|
|
#define NEED_IGNORE_RET_VAL
|
|
|
|
+#include "mapserver.h"
|
|
#include <limits.h>
|
|
#include <assert.h>
|
|
-#include "mapserver.h"
|
|
#include "mapows.h"
|
|
|
|
#include <cpl_conv.h>
|