wok-current diff ekiga/receipt @ rev 4702
squashfs: add lzma support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 03 18:38:54 2010 +0100 (2010-01-03) |
parents | e8024c01fc47 |
children | 31c985a0bd3d |
line diff
1.1 --- a/ekiga/receipt Sat Jun 13 12:19:10 2009 +0200 1.2 +++ b/ekiga/receipt Sun Jan 03 18:38:54 2010 +0100 1.3 @@ -17,6 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/CXXFLAGS="-g -O2"/CXXFLAGS="-g -fexceptions -O2"/' configure 1.8 ./configure --prefix=/usr --sysconfdir=/etc \ 1.9 --libexecdir=/usr/bin --mandir=/usr/share/man \ 1.10 --disable-gnome --disable-gconf --disable-eds --disable-notify \