wok-next diff libb2/receipt @ rev 20572
gmpc: add DSO
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 13 15:17:18 2018 +0300 (2018-04-13) |
parents | aaf4385684bb |
children | 0ec6086e21d6 |
line diff
1.1 --- a/libb2/receipt Sun Oct 29 20:13:43 2017 +0200 1.2 +++ b/libb2/receipt Fri Apr 13 15:17:18 2018 +0300 1.3 @@ -16,12 +16,8 @@ 1.4 SPLIT="libb2-dev" 1.5 1.6 compile_rules() { 1.7 - 1.8 ./autogen.sh && 1.9 - ./configure \ 1.10 - --sysconfdir=/etc \ 1.11 - --localstatedir=/var \ 1.12 - $CONFIGURE_ARGS && 1.13 + ./configure $CONFIGURE_ARGS && 1.14 make && 1.15 make install 1.16 }