package graphicsmagick: fix xml2-config

issue seems to have been introduced here:

http://graphicsmagick.hg.sourceforge.net/hgweb/graphicsmagick/graphicsmagick/rev/c689797c628f
This commit is contained in:
Tony Theodore 2012-02-04 16:43:41 +11:00
parent c04f64bc51
commit 7f0254849c
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ define $(PKG)_BUILD
--with-xml \
--with-zlib \
--without-x \
ac_cv_prog_xml2_config='$(PREFIX)/$(TARGET)/bin/xml2-config'
ac_cv_prog_xml2_config='$(PREFIX)/$(TARGET)/bin/xml2-config' \
ac_cv_path_xml2_config='$(PREFIX)/$(TARGET)/bin/xml2-config'
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS=