Uncomment OGR.

This commit is contained in:
Saikrishna Arcot 2015-06-12 19:34:28 -07:00
parent f1d97459b8
commit dafb5f7332
No known key found for this signature in database
GPG Key ID: 203B47C2C66B784B
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ define $(PKG)_MAKE
$(MAKE) -C '$(1)/gcore' -j '$(JOBS)' install
$(MAKE) -C '$(1)/frmts' -j '$(JOBS)' install
$(MAKE) -C '$(1)/alg' -j '$(JOBS)' install
$(MAKE) -C '$(1)/ogr' -j '$(JOBS)' install #OGR_ENABLED=
$(MAKE) -C '$(1)/ogr' -j '$(JOBS)' install OGR_ENABLED=
$(MAKE) -C '$(1)/apps' -j '$(JOBS)' install
ln -sf '$(PREFIX)/$(TARGET)/bin/gdal-config' '$(PREFIX)/bin/$(TARGET)-gdal-config'
endef