1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/community/ogdi/20-external.patch
2021-06-30 22:32:04 +00:00

28 lines
704 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: ignore external directory as we want to use provided libraries
Upstream: No
----
--- a/makefile
+++ b/makefile
@@ -17,7 +17,7 @@
#
# Sub-directories that need to be built
#
-subdirs = external vpflib ogdi contrib
+subdirs = vpflib ogdi contrib
#
# Default target to build everything in all sub-directories
diff -urN a/ogdi/makefile b/ogdi/makefile
--- a/ogdi/makefile
+++ b/ogdi/makefile
@@ -15,7 +15,7 @@
#
# Sub-directories that need to be built
#
-subdirs = include c-api glutil attr_driver driver gltpd examples
+subdirs = include c-api glutil attr_driver driver gltpd
#
# Default target to build everything in all sub-directories