comparison src/gdal.mk @ 756:cd954a8ea7d7

bugfix for package gdal (by Mark Brand)
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 16 Feb 2010 03:51:46 +0100
parents b09aadb3810b
children 53f3b214b02a
comparison
equal deleted inserted replaced
755:7b15d99ad223 756:cd954a8ea7d7
18 $(SED) -n 's,.*gdal-\([0-9][^>]*\)\.tar.*,\1,p' | \ 18 $(SED) -n 's,.*gdal-\([0-9][^>]*\)\.tar.*,\1,p' | \
19 head -1 19 head -1
20 endef 20 endef
21 21
22 define $(PKG)_BUILD 22 define $(PKG)_BUILD
23 cd '$(1)' && autoconf 23 cd '$(1)' && $(LIBTOOLIZE)
24 cd '$(1)' && ./autogen.sh
24 # The option '--without-threads' means native win32 threading without pthread. 25 # The option '--without-threads' means native win32 threading without pthread.
25 cd '$(1)' && ./configure \ 26 cd '$(1)' && ./configure \
26 --host='$(TARGET)' \ 27 --host='$(TARGET)' \
27 --disable-shared \ 28 --disable-shared \
28 --prefix='$(PREFIX)/$(TARGET)' \ 29 --prefix='$(PREFIX)/$(TARGET)' \