Project

General

Profile

Actions

Bug #2834

closed

lighttpd 1.4.47 doesn't compile with --disable-ipv6

Added by Deweloper over 6 years ago. Updated over 6 years ago.

Status:
Duplicate
Priority:
Normal
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:

Description

gcc DHAVE_CONFIG_H -DHAVE_VERSIONSTAMP_H -DLIBRARY_DIR="\"/usr/local/lib\"" -DSBIN_DIR="\"/usr/local/sbin\"" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -MT lighttpd-network.o -MD -MP -MF .deps/lighttpd-network.Tpo -c -o lighttpd-network.o `test -f 'network.c' || echo './'`network.c
In file included from /usr/include/bits/byteswap.h:35:0,
from /usr/include/endian.h:60,
from /usr/include/sys/types.h:215,
from base.h:7,
from server.h:5,
from network.h:5,
from network.c:3:
network.c: In function ‘network_host_normalize_addr_str’:
network.c:82:25: error: ‘sock_addr {aka union sock_addr}’ has no member named ‘ipv6’; did you mean ‘ipv4’?
: ntohs(addr
>ipv6.sin6_port);
^


Files


Related issues 1 (0 open1 closed)

Is duplicate of Bug #2832: Build error on systems without IPV6 support (regression from 1.4.46)Fixed2017-10-25Actions
Actions #2

Updated by stbuehler over 6 years ago

  • Is duplicate of Bug #2832: Build error on systems without IPV6 support (regression from 1.4.46) added
Actions #3

Updated by stbuehler over 6 years ago

  • Status changed from New to Duplicate
  • Target version deleted (1.4.48)
Actions

Also available in: Atom