forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 17
/
gdal-configure.opt
86 lines (85 loc) · 1.97 KB
/
gdal-configure.opt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# A is just a temporary variable to keep these lines short; not sure if there's
# a better way to do this.
A = --enable-static
A += --enable-shared=no
A += --without-ld-shared
A += --without-threads
A += --enable-pdf-plugin=no
A += --without-libtool
A += --with-libz=internal
A += --without-libiconv-prefix
A += --without-liblzma
A += --without-pg
A += --without-grass
A += --without-libgrass
A += --without-cfitsio
A += --without-pcraster
A += --with-libpng=internal
A += --without-mrf
A += --without-dds
A += --without-gta
A += --with-libtiff=internal
A += --with-geotiff=internal
A += --with-rename-internal-libtiff-symbols=yes
A += --with-rename-internal-libgeotiff-symbols=yes
A += --with-jpeg=internal
A += --without-gnm
A += --without-jpeg12
A += --without-gif
A += --without-ogdi
A += --without-fme
A += --without-sosi
A += --without-mongocxx
A += --without-hdf4
A += --without-hdf5
A += --without-kea
A += --without-netcdf
A += --without-jasper
A += --without-openjpeg
A += --without-fgdb
A += --without-ecw
A += --without-kakadu
A += --without-mrsid
A += --without-jp2mrsid
A += --without-mrsid_lidar
A += --without-msg
A += --without-bsb
A += --without-oci
A += --without-oci-include
A += --without-oci-lib
A += --without-grib
A += --without-mysql
A += --without-ingres
A += --without-xerces
A += --without-expat
A += --without-libkml
A += --without-odbc
A += --with-dods-root=no
A += --without-curl
A += --without-xml2
A += --without-spatialite
A += --without-sqlite3
A += --without-pcre
A += --without-dwgdirect
A += --without-idb
A += --without-sde
A += --without-epsilon
A += --without-webp
A += --without-geos
A += --without-qhull
A += --with-freexl=no
A += --with-libjson-c=internal
A += --without-pam
A += --without-poppler
A += --without-podofo
A += --without-pdfium
A += --without-perl
A += --without-php
A += --without-python
A += --without-java
A += --without-mdb
A += --without-rasdaman
A += --without-armadillo
A += --without-cryptopp
A += --with-proj=$(CURDIR)/proj4
GDAL_CONFIG_OPTIONS := $(A)