wok-next diff gmime/receipt @ rev 19578
glibc: fix build.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 26 10:36:28 2016 +0200 (2016-12-26) |
parents | 76b72f1ad63c |
children | ab7c63b80420 |
line diff
1.1 --- a/gmime/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/gmime/receipt Mon Dec 26 10:36:28 2016 +0200 1.3 @@ -22,7 +22,7 @@ 1.4 --disable-mono \ 1.5 --disable-static \ 1.6 --build=$HOST_SYSTEM \ 1.7 - --host=$HOST_SYSTEM && 1.8 + --host=$HOST_SYSTEM 2>&1 | grep -v "can't remove" && 1.9 make && make DESTDIR=$DESTDIR install 1.10 } 1.11