aports/testing/ogdi/20-external.patch
Holger Jaekel d967d92c01 testing/ogdi: new aport
http://ogdi.sourceforge.net/
Open Geographic Datastore Interface Library
2020-05-22 08:14:04 +00:00

29 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