wok-current diff qemacs-tiny/receipt @ rev 13449

Add: claws-mail-mailmbox
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:26:49 2012 +0200 (2012-10-07)
parents 6be450c86868
children a436a235f098
line diff
     1.1 --- a/qemacs-tiny/receipt	Fri Aug 17 14:50:02 2012 +0200
     1.2 +++ b/qemacs-tiny/receipt	Sun Oct 07 01:26:49 2012 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	export CFLAGS="-Wno-error=unused-but-set-variable"
     1.8 +	export CFLAGS="-Wno-error=unused-but-set-variable -O2"
     1.9  	sed -i 's/\(define SAVED_DATA_SIZE \).*/\1 __builtin_offsetof(EditState,end_of_saved_data)/' qe.h
    1.10  	./configure --prefix=/usr --enable-tiny && make qe
    1.11  }