wok-4.x rev 7687
Added --disable-static to vte. Need for its terminal programs to work in user mode.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Dec 17 18:23:22 2010 +0000 (2010-12-17) |
parents | 950304613650 |
children | ffa7363d2338 |
files | vte/receipt |
line diff
1.1 --- a/vte/receipt Fri Dec 17 18:15:48 2010 +0000 1.2 +++ b/vte/receipt Fri Dec 17 18:23:22 2010 +0000 1.3 @@ -23,6 +23,7 @@ 1.4 --mandir=/usr/share/man \ 1.5 --with-html-dir=/usr/share/doc \ 1.6 --with-pcre \ 1.7 + --disable-static \ 1.8 --enable-introspection \ 1.9 $CONFIGURE_ARGS && 1.10 make &&