Skip to content

Commit

Permalink
Adjustments for compiling on Solaris/illumos.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Mar 2, 2020
1 parent 25599ce commit 26efb69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile-options
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ endif
LDCONFIG = /sbin/ldconfig

INSTALL = install

ifeq ($(BUILD_SOLARIS),True)
INSTALL = ginstall
endif

INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL) -m 644

Expand Down Expand Up @@ -191,6 +196,8 @@ else ifeq ($(findstring systemliburiparser,$(config)),systemliburiparser)
else
ifeq ($(BUILD_OSX),True)
USE_BUNDLED_LIBURIPARSER = True
else ifeq ($(BUILD_SOLARIS),True)
USE_BUNDLED_LIBURIPARSER = True
else ifeq ($(BUILD_WIN32),True)
USE_BUNDLED_LIBURIPARSER = True
endif
Expand Down

0 comments on commit 26efb69

Please sign in to comment.