wok-6.x diff qemacs-tiny/receipt @ rev 15681
Remove WEBSITE var because is empty
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 20:40:30 2013 +0100 (2013-12-20) |
parents | 76b72f1ad63c |
children | 0bc9efb792e7 |
line diff
1.1 --- a/qemacs-tiny/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/qemacs-tiny/receipt Fri Dec 20 20:40:30 2013 +0100 1.3 @@ -21,7 +21,8 @@ 1.4 cd $src 1.5 export CFLAGS="-Wno-error=unused-but-set-variable -O2" 1.6 sed -i 's/\(define SAVED_DATA_SIZE \).*/\1 __builtin_offsetof(EditState,end_of_saved_data)/' qe.h 1.7 - ./configure --prefix=/usr --enable-tiny && make qe 1.8 + ./configure --prefix=/usr --enable-tiny && 1.9 + make -j 1 qe 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg.