package cairo: use config.guess

This commit is contained in:
Mark Brand 2012-06-15 15:56:49 +02:00
parent da4e36ac2a
commit 1a4505eb61
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ define $(PKG)_BUILD
$(SED) -i 's,^\(Libs:.*\),\1 @CAIRO_NONPKGCONFIG_LIBS@,' '$(1)/src/cairo.pc.in'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-gtk-doc \