package libharu: specify paths for png and zlib

This commit is contained in:
Tony Theodore 2012-02-04 17:02:21 +11:00
parent a9d4374151
commit 7be27cd9a8
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--with-zlib \
--with-png
--with-zlib='$(PREFIX)/$(TARGET)' \
--with-png='$(PREFIX)/$(TARGET)'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef