Make Clixon build on MacOS.

This commit is contained in:
Kristofer Hallin 2022-08-16 08:34:26 +02:00
parent 9de052c144
commit 68b528ac0b
10 changed files with 112 additions and 12 deletions

View file

@ -60,7 +60,13 @@ CLIXON_DEFAULT_CONFIG = @CLIXON_DEFAULT_CONFIG@
CC = @CC@
CFLAGS = @CFLAGS@ -fPIC
INSTALLFLAGS = @INSTALLFLAGS@
ifeq ($(HOST_VENDOR),apple)
INSTALLFLAGS =
else
INSTALLFLAGS = @INSTALLFLAGS@
endif
with_restconf = @with_restconf@
INCLUDES = -I$(includedir) @INCLUDES@