NetBSD build tweak to use linkat(2)
linkat()é is guarded by -D_INCOMPLETE_XOPEN_C063 for now since support for OpenGroup extended API set 2 is not yet complete. Change-Id: If1038dac61b6945c73a208c6e05f1154ff913098 BUG: 2923 Reviewed-on: http://review.gluster.com/232 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Jeff Darcy <jdarcy@redhat.com> Reviewed-by: Anand Avati <avati@gluster.com>
This commit is contained in:
parent
26fd1cecc9
commit
f4297a0eec
@ -448,7 +448,7 @@ case $host_os in
|
||||
;;
|
||||
*netbsd*)
|
||||
GF_HOST_OS="GF_BSD_HOST_OS"
|
||||
GF_CFLAGS="${ARGP_STANDALONE_CPPFLAGS}"
|
||||
GF_CFLAGS="${ARGP_STANDALONE_CPPFLAGS} -D_INCOMPLETE_XOPEN_C063"
|
||||
GF_GLUSTERFS_CFLAGS="${GF_CFLAGS}"
|
||||
GF_LDADD="${ARGP_STANDALONE_LDADD}"
|
||||
if test "x$ac_cv_header_execinfo_h" = "xyes"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user