bugfix in the build rules of packages 'gd' and 'libgeotiff'

This commit is contained in:
Volker Grabsch 2008-11-09 04:05:58 +01:00
parent 5561a06358
commit e297bf6550
2 changed files with 4 additions and 4 deletions

View File

@ -16,9 +16,9 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
touch aclocal.m4
touch config.hin
touch Makefile.in
touch '$(1)/aclocal.m4'
touch '$(1)/config.hin'
touch '$(1)/Makefile.in'
$(SED) 's,-I@includedir@,-I@includedir@ -DNONDLL,' -i '$(1)/config/gdlib-config.in'
$(SED) 's,-lX11 ,,g' -i '$(1)/configure'
cd '$(1)' && ./configure \

View File

@ -17,7 +17,7 @@ endef
define $(PKG)_BUILD
$(SED) 's,/usr/local,@prefix@,' -i '$(1)/bin/Makefile.in'
touch configure
touch '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \