Changes between Version 1 and Version 2 of sys-devel/flex/2.5.35/1
- Timestamp:
- 11/09/08 17:11:27 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sys-devel/flex/2.5.35/1
v1 v2 1 1 ==== Changes ==== 2 3 No changes were required. 4 5 ==== Configuring/Building ==== 6 7 {{{ 8 automake --add-missing --force-missing 9 ./configure --prefix=/boot/common 10 make 11 }}} 12 13 "automake" updates the outdated config.guess. 14 15 ==== Tests ==== 16 17 {{{ 18 make check 19 }}} 20 21 {{{Test test-pthread FAILED. See test-pthread/OUTPUT for details.}}}: 22 - {{{tests/test-pthread/Makefile.am}}} hardcodes {{{LDFLAGS=-lpthread}}}. If removed the test passes. 23 24 All tests succeed.
