wok-stable diff libnetfilter_queue/receipt @ rev 11720

Back to 23.3. Broken build on BB, although it's ok in my chrooted env
author Dominique Corbex <domcox@slitaz.org>
date Mon Feb 20 17:53:47 2012 +0100 (2012-02-20)
parents 4504f2aeb11e
children
line diff
     1.1 --- a/libnetfilter_queue/receipt	Fri May 27 02:12:15 2011 +0000
     1.2 +++ b/libnetfilter_queue/receipt	Mon Feb 20 17:53:47 2012 +0100
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr &&
     1.8 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }