wok diff gsoap/receipt @ rev 20813

updated cryptopp (5.6.1 -> 8.0.0)
author Hans-G?nter Theisgen
date Mon Feb 18 11:22:40 2019 +0100 (2019-02-18)
parents 7bb096863642
children 61564be8a464
line diff
     1.1 --- a/gsoap/receipt	Sat Sep 14 17:06:00 2013 +0000
     1.2 +++ b/gsoap/receipt	Mon Feb 18 11:22:40 2019 +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  }