From: <abe...@us...> - 2016-03-24 13:30:48
|
Revision: 7616 http://sourceforge.net/p/astlinux/code/7616 Author: abelbeck Date: 2016-03-24 13:30:46 +0000 (Thu, 24 Mar 2016) Log Message: ----------- unbound, add host-bison and host-flex dependencies, no function change since the package builds toward the end Modified Paths: -------------- branches/1.0/package/unbound/unbound.mk Modified: branches/1.0/package/unbound/unbound.mk =================================================================== --- branches/1.0/package/unbound/unbound.mk 2016-03-23 22:36:10 UTC (rev 7615) +++ branches/1.0/package/unbound/unbound.mk 2016-03-24 13:30:46 UTC (rev 7616) @@ -9,7 +9,7 @@ UNBOUND_SOURCE = unbound-$(UNBOUND_VERSION).tar.gz UNBOUND_INSTALL_STAGING = YES -UNBOUND_DEPENDENCIES = openssl expat +UNBOUND_DEPENDENCIES = host-bison host-flex openssl expat UNBOUND_CONF_OPT = \ --disable-rpath \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |