wok diff httping/receipt @ rev 19111

gtk-theme-{albatross,blackbird,bluebird,greybird,orion}: define all gtk2 icon-related sizes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 06 15:40:30 2016 +0300 (2016-05-06)
parents 3f0aaa5875d3
children 6ba33cccff9d
line diff
     1.1 --- a/httping/receipt	Sun Feb 22 18:16:53 2015 +0100
     1.2 +++ b/httping/receipt	Fri May 06 15:40:30 2016 +0300
     1.3 @@ -17,11 +17,10 @@
     1.4  compile_rules()
     1.5  {
     1.6  		#--with-tfo force enable tcp fast open
     1.7 -	./configure --prefix=/usr \
     1.8 +	./configure \
     1.9  		--with-ncurses \
    1.10  		--with-openssl \
    1.11 -		--with-fftw3 \
    1.12 -		$CONFIGURE_ARGS &&
    1.13 +		--with-fftw3 &&
    1.14  	make &&
    1.15  	make DESTDIR=$DESTDIR install
    1.16  }