| 1 | | |
| | 1 | Git 1.6.0 is released now, so that you can download a source tarball. |
| | 2 | |
| | 3 | On top you must apply the following [http://git.kernel.org/?p=git/git.git;a=commit;h=fdb2a2a600969598fd80f01b009fbbb020d596ab commit] and the following [http://marc.info/?l=git&m=121897106111619&w=2 patch] as well as change `ls` to `ls -1` in {{{templates/Makefile}}}. |
| | 4 | |
| | 5 | You can then build by using: |
| | 6 | {{{ |
| | 7 | make prefix=/boot/common \ |
| | 8 | NO_R_TO_GCC_LINKER=YesPlease NO_C99_FORMAT=YesPlease \ |
| | 9 | NO_ST_BLOCKS_IN_STRUCT_STAT=YesPlease NO_MEMMEM=YesPlease NO_MKDTEMP=YesPlease \ |
| | 10 | NO_IPV6=YesPlease NO_TCLTK=YesPlease CURLDIR=/boot/common PERL_PATH=/boot/home/config/bin/perl \ |
| | 11 | CFLAGS="-g -O2 -I/boot/common/include -I/boot/home/config/include" \ |
| | 12 | LDFLAGS="-L/boot/common/lib -L/boot/home/config/lib -lnetwork -lbsd" |
| | 13 | }}} |
| | 14 | Additional changes would be necessary for `configure` to work. |