wok diff efl/receipt @ rev 18005

busybox: fix using 404 (not found) page; show URL in the page.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 28 17:26:09 2015 +0300 (2015-04-28)
parents 533c0cab6960
children 8417cbe6fdae
line diff
     1.1 --- a/efl/receipt	Wed Oct 22 03:42:23 2014 +0300
     1.2 +++ b/efl/receipt	Tue Apr 28 17:26:09 2015 +0300
     1.3 @@ -27,7 +27,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	autoreconf -v &&
     1.7 -	./configure \
     1.8 +	ac_aux_dir=$src ./configure \
     1.9  		--disable-static \
    1.10  		--disable-doc \
    1.11  		--disable-pulseaudio \