| 1 | | |
| | 1 | apply [http://ports.haiku-files.org/export/294/haikuports/trunk/dev-libs/apr/apr-1.3.3-haiku.diff patch] |
| | 2 | cp /boot/common/share/libtool/config/config.* build |
| | 3 | libtoolize --force --copy |
| | 4 | cp /boot/common/share/aclocal/libtool.m4 build |
| | 5 | cp /boot/common/share/aclocal/litoptions.m4 build |
| | 6 | cp /boot/common/share/aclocal/ltversions.m4 build |
| | 7 | cp /boot/common/share/aclocal/ltsugar.m4 build |
| | 8 | cp /boot/common/share/aclocal/lt~obsolete.m4 |
| | 9 | aclocal |
| | 10 | autoreconf |
| | 11 | ./configure --prefix=/boot/common (any other options needed here?) |
| | 12 | |
| | 13 | got a configure issue with not being able to find /libtool, so create a link in / to libtool as a build workaround |
| | 14 | TODO: figure out a proper fix for the /libtool issue. |
| | 15 | |
| | 16 | |
| | 17 | make check passes many tests until "flock" test fails, then fails testmutexscope testall. |
| | 18 | |
| | 19 | |