| 1 | | |
| | 1 | Previous patches have been added into libxml2, but they haven't refreshed config.guess, so we need to copy that in. Then run libtoolize, and others then configure. |
| | 2 | |
| | 3 | * cp /boot/home/config/share/libtool/config.guess . |
| | 4 | * cp /boot/home/config/share/libtool/config.sub . |
| | 5 | * libtoolize --force --copy |
| | 6 | * aclocal |
| | 7 | * automake |
| | 8 | * autoconf |
| | 9 | * ./configure --prefix=/boot/common --enable-ipv6=no |
| | 10 | * make |
| | 11 | |
| | 12 | Failed for -lm, so also need to patch configure.in to add a case for haiku to set M_LIB="" |
| | 13 | |
| | 14 | * make install |