From: <abe...@us...> - 2016-04-30 13:28:51
|
Revision: 7663 http://sourceforge.net/p/astlinux/code/7663 Author: abelbeck Date: 2016-04-30 13:28:49 +0000 (Sat, 30 Apr 2016) Log Message: ----------- iksemel, use the HOST_CONFIGURE_OPTS environment when calling autoconf so the system's native autoconf is not used Modified Paths: -------------- branches/1.0/package/iksemel/iksemel.mk Modified: branches/1.0/package/iksemel/iksemel.mk =================================================================== --- branches/1.0/package/iksemel/iksemel.mk 2016-04-29 21:50:05 UTC (rev 7662) +++ branches/1.0/package/iksemel/iksemel.mk 2016-04-30 13:28:49 UTC (rev 7663) @@ -16,6 +16,7 @@ define IKSEMEL_CONFIGURE_PREFLIGHT ( cd $(@D) ; \ + $(HOST_CONFIGURE_OPTS) \ ./autogen.sh ; \ ) endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |