wok diff rlwrap/receipt @ rev 20667
cookutils: patch to avoid parallel execution of pkgdb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jan 19 14:18:09 2019 +0200 (2019-01-19) |
parents | 3b4e4318134e |
children | 8dd8bab3f0ca |
line diff
1.1 --- a/rlwrap/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/rlwrap/receipt Sat Jan 19 14:18:09 2019 +0200 1.3 @@ -15,10 +15,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + export LDFLAGS="$LDFLAGS -ltinfo" 1.9 ./configure --prefix=/usr \ 1.10 --localstatedir=/var \ 1.11 - $CONFIGURE_ARGS && 1.12 + $CONFIGURE_ARGS && 1.13 make && make DESTDIR=$DESTDIR install 1.14 } 1.15