wok-next diff gsoap/receipt @ rev 16085
ARM: add the fox toolkit (so we have a few gui apps untils GTK cross compile) and fix libsdl bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 16 00:44:38 2014 +0100 (2014-03-16) |
parents | 7bb096863642 |
children | e6615350078d |
line diff
1.1 --- a/gsoap/receipt Sat Sep 14 17:06:00 2013 +0000 1.2 +++ b/gsoap/receipt Sun Mar 16 00:44:38 2014 +0100 1.3 @@ -17,6 +17,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/aclocal-.{am__api_version}/aclocal/' configure 1.8 + sed -i 's/automake-.{am__api_version}/automake/' configure 1.9 CXXFLAGS=-fPIC CFLAGS=-fPIC LDFLAGS=-fPIC ./configure \ 1.10 $CONFIGURE_ARGS && make -j1 && make install 1.11 }