wok-next diff libee/receipt @ rev 20585
Up cppunit (1.14.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 14 11:20:34 2018 +0300 (2018-04-14) |
parents | 9e5dca6702bf |
children | d6378d455338 |
line diff
1.1 --- a/libee/receipt Sat Apr 07 16:01:14 2018 +0300 1.2 +++ b/libee/receipt Sat Apr 14 11:20:34 2018 +0300 1.3 @@ -17,10 +17,12 @@ 1.4 compile_rules() { 1.5 # Patch from http://www.gossamer-threads.com/lists/rsyslog/users/4600 1.6 patch -p 1 < $stuff/libee-build-fix.patch 1.7 + 1.8 ./configure \ 1.9 --disable-testbench \ 1.10 $CONFIGURE_ARGS && 1.11 - make -j 1 && 1.12 + fix libtool && 1.13 + make -j1 && 1.14 make install 1.15 } 1.16