Changes between Version 41 and Version 42 of Building/Porting
- Timestamp:
- 10/03/09 05:13:22 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Porting
v41 v42 216 216 <T>$ for c in libraries/*/configure; do ( cd `dirname $c`; sh configure ); done 217 217 }}} 218 218 Note that if you need some special arguments to configure on you platform (like --with-iconv-includes and --with-iconv-libraries on OpenBSD), you will have to pass them to the configure runs above, too. 219 219 {{{ 220 220 <T>$ sed -i.bak "s#<H>#<T>#g" inplace/lib/package.conf */*/package-data.mk */*/*/package-data.mk
