wok diff jabberd2/receipt @ rev 11959

Update linux-libre according to changes made to linux
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Mar 01 17:57:00 2012 +0100 (2012-03-01)
parents 8d3f3ded1725
children 36ce75e50e26
line diff
     1.1 --- a/jabberd2/receipt	Sun Feb 28 15:46:04 2010 +0100
     1.2 +++ b/jabberd2/receipt	Thu Mar 01 17:57:00 2012 +0100
     1.3 @@ -18,10 +18,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	CFLAGS="-march=$ARCH -O2 -pipe -fomit-frame-pointer"
     1.8  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.9  	--sysconfdir=/etc/jabberd --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.10  	make &&
    1.11 -	make DESTDIR=$PWD/_pkg install
    1.12 +	make DESTDIR=$DESTDIR install
    1.13  }
    1.14  
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.