wok-next rev 12797
fltk-2.0.x: fix compile_rules with LD_LIBRARY_PATH
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 18 10:17:05 2012 +0200 (2012-05-18) |
parents | d16a22f66327 |
children | 946f1ca0f5be |
files | fltk-2.0.x/receipt |
line diff
1.1 --- a/fltk-2.0.x/receipt Fri May 18 09:52:37 2012 +0200 1.2 +++ b/fltk-2.0.x/receipt Fri May 18 10:17:05 2012 +0200 1.3 @@ -25,6 +25,7 @@ 1.4 > int n = scandir(d, list, 0, (int(*)(const dirent64**,const dirent64**))sort); 1.5 EOF 1.6 autoconf 1.7 + export LD_LIBRARY_PATH="/lib:/usr/lib:$src/lib" 1.8 ./configure \ 1.9 --prefix=/usr \ 1.10 --mandir=/usr/share/man \