# HG changeset patch # User David Demelier # Date 1626846511 -7200 # Node ID 762136aa07efc2cd3fc65069792d033a04e103c8 # Parent da8f962a65401c66a4c95d3032464a13a67a05fc make: fix macOS build which is not POSIX conformant diff -r da8f962a6540 -r 762136aa07ef GNUmakefile --- a/GNUmakefile Tue Jul 20 11:06:22 2021 +0200 +++ b/GNUmakefile Wed Jul 21 07:48:31 2021 +0200 @@ -197,6 +197,7 @@ endif ifeq (${OS},Darwin) +DEFS+= -D_DARWIN_C_SOURCE SHFLAGS= -undefined dynamic_lookup ALLFLAGS= -Wl,-all_load else