From: <abe...@us...> - 2014-10-19 15:07:25
|
Revision: 6772 http://sourceforge.net/p/astlinux/code/6772 Author: abelbeck Date: 2014-10-19 15:07:21 +0000 (Sun, 19 Oct 2014) Log Message: ----------- libxml2, build fix from upstream Buildroot Ref: http://git.buildroot.net/buildroot/commit/package?id=91709de4175a27bc5cdecd4bb65b505c726e3aa1 Modified Paths: -------------- branches/1.0/package/libxml2/libxml2.mk Modified: branches/1.0/package/libxml2/libxml2.mk =================================================================== --- branches/1.0/package/libxml2/libxml2.mk 2014-10-18 20:17:47 UTC (rev 6771) +++ branches/1.0/package/libxml2/libxml2.mk 2014-10-19 15:07:21 UTC (rev 6772) @@ -36,7 +36,7 @@ ifeq ($(BR2_PACKAGE_ZLIB),y) LIBXML2_DEPENDENCIES += zlib -LIBXML2_CONF_OPT += --with-zlib +LIBXML2_CONF_OPT += --with-zlib=$(STAGING_DIR)/usr else LIBXML2_CONF_OPT += --without-zlib endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |