[Bug 4510] New: Check for arpa/nameser.h fails with -ansi
http://bugs.winehq.org/show_bug.cgi?id=4510 Summary: Check for arpa/nameser.h fails with -ansi Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-misc AssignedTo: wine-bugs(a)winehq.org ReportedBy: jjk3(a)msstate.edu With CFLAGS="-ansi", the configure check for arpa/nameser.h fails to compile. This is caused by nameser.h relying on BSD libc features to compile, which aren't enabled when -ansi is defined. One possible fix is to make sure _BSD_SOURCE is defined in CFLAGS by configure prior to the check. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
Wine Bugs