wok-next diff gsoap/receipt @ rev 17640
Up: git 2.3.0
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Feb 14 21:16:01 2015 +0000 (2015-02-14) |
parents | 7bb096863642 |
children | e6615350078d |
line diff
1.1 --- a/gsoap/receipt Sat Sep 14 17:06:00 2013 +0000 1.2 +++ b/gsoap/receipt Sat Feb 14 21:16:01 2015 +0000 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 }