# HG changeset patch # User Volker Grabsch # Date 1266288706 -3600 # Node ID cd954a8ea7d74c2ff31d311dc5546670120eb2e2 # Parent 7b15d99ad223522bd16042867d3a4946ff360f72 bugfix for package gdal (by Mark Brand) diff -r 7b15d99ad223 -r cd954a8ea7d7 src/gdal.mk --- a/src/gdal.mk Tue Feb 16 03:49:06 2010 +0100 +++ b/src/gdal.mk Tue Feb 16 03:51:46 2010 +0100 @@ -20,7 +20,8 @@ endef define $(PKG)_BUILD - cd '$(1)' && autoconf + cd '$(1)' && $(LIBTOOLIZE) + cd '$(1)' && ./autogen.sh # The option '--without-threads' means native win32 threading without pthread. cd '$(1)' && ./configure \ --host='$(TARGET)' \