wok diff fatback/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 877323c753e7
children 86790a278e70
line diff
     1.1 --- a/fatback/receipt	Thu Mar 05 11:18:13 2015 -0300
     1.2 +++ b/fatback/receipt	Tue Mar 27 11:09:07 2018 +0000
     1.3 @@ -10,11 +10,12 @@
     1.4  WEB_SITE="http://sourceforge.net/projects/fatback/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="flex bison"
     1.8 +BUILD_DEPENDS="flex autoconf automake libtool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 +	autoreconf -i
    1.14  	./configure --prefix=/usr \
    1.15  		$CONFIGURE_ARGS &&
    1.16  	make &&