mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Fix for debian Bug#225328 by LaMont Jones <lamont@debian.org>, where
the failure of our LFS test caused the _GNU_SOURCE define not to be added, causeing strndup() not to be defined... I'll into when we really should define _GNU_SOURCE shortly, but the fix is correct anyway. Andrew Bartlett
This commit is contained in:
parent
b5e814294e
commit
aca07f33a2
@ -493,6 +493,8 @@ exit(1);
|
||||
AC_TRY_RUN([
|
||||
#include <unistd.h>
|
||||
#include <sys/utsname.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
main() {
|
||||
#if _LFS64_LARGEFILE == 1
|
||||
struct utsname uts;
|
||||
|
Loading…
Reference in New Issue
Block a user