| 1 | | |
| | 1 | [http://ports.haiku-files.org/browser/haikuports/trunk/sys-apps/xinetd/xinetd-2.3.14-haiku.diff Patch] |
| | 2 | |
| | 3 | Make fails: |
| | 4 | {{{ |
| | 5 | cd xinetd ; make CC='gcc' CFLAGS='-g -O2 -I../libs/include' LDFLAGS=' -L../libs/lib' |
| | 6 | make[1]: Entering directory `/boot/home/xinetd-2.3.14/xinetd' |
| | 7 | gcc -g -O2 -I../libs/include -c -o addr.o addr.c |
| | 8 | /boot/home/xinetd-2.3.14/xinetd/addr.c: In function `explicit_mask': |
| | 9 | /boot/home/xinetd-2.3.14/xinetd/addr.c:368: `INET6_ADDRSTRLEN' undeclared (first use in this function) |
| | 10 | /boot/home/xinetd-2.3.14/xinetd/addr.c:368: (Each undeclared identifier is reported only once |
| | 11 | /boot/home/xinetd-2.3.14/xinetd/addr.c:368: for each function it appears in.) |
| | 12 | make[1]: *** [addr.o] Error 1 |
| | 13 | make[1]: Leaving directory `/boot/home/xinetd-2.3.14/xinetd' |
| | 14 | make: *** [makeprog] Error 2 |
| | 15 | }}} |
| | 16 | |
| | 17 | Note: I tried ./configure --prefix=/boot/common --without-inet6, but still got this same result |