| 1 | | |
| | 1 | [http://ports.haiku-files.org/browser/haikuports/trunk/dev-lang/python/python-2.5.2-haiku.diff?rev=123 Patch] then:[[BR]] |
| | 2 | |
| | 3 | * cp /boot/home/config/share/libtool/config.guess . |
| | 4 | * cp /boot/home/config/share/libtool/config.sub . |
| | 5 | * cp /boot/home/config/share/libtool/config.guess Modules/_ctypes/libffi/config.guess |
| | 6 | * cp /boot/home/config/share/libtool/config.sub ./Modules/_ctypes/libffi/config.sub |
| | 7 | * autoconf |
| | 8 | * cd ./Modules/_ctypes/libffi |
| | 9 | * autoconf |
| | 10 | * cd ../../.. |
| | 11 | * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include |
| | 12 | * make |
| | 13 | * make install |