diff options
| author | Roy Marples <roy@marples.name> | 2016-05-01 14:51:10 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-05-01 14:51:10 +0000 |
| commit | c50bfba5ab2fc65c9a8b44c138a2603d60fdfe83 (patch) | |
| tree | 2727472e82573d6bfdc631e055b8c1638e47a645 /configure | |
| parent | 88fad60c6136e89de75705d812cb7f52cbf9938d (diff) | |
| download | dhcpcd-c50bfba5ab2fc65c9a8b44c138a2603d60fdfe83.tar.xz | |
Fix compile on sunos again.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -347,8 +347,9 @@ CFLAGS+= -Wpointer-sign -Wmissing-noreturn EOF case "$OS" in mirbsd*|openbsd*);; # OpenBSD has many redundant decs in system headers - bitrig*) echo "CFLAGS+= -Wredundant-decls" >>$CONFIG_MK + bitrig*|sunos*) echo "CFLAGS+= -Wredundant-decls" >>$CONFIG_MK ;; # Bitrig spouts many conversion errors with htons + # sunos has many as well *) echo "CFLAGS+= -Wredundant-decls" >>$CONFIG_MK echo "CFLAGS+= -Wconversion" >>$CONFIG_MK ;; |
