Make Clixon build on MacOS.
This commit is contained in:
parent
9de052c144
commit
68b528ac0b
10 changed files with 112 additions and 12 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue