OSDN Git Service

Fix compiling error on Solaris
authorLittleWuCoding <31984989+LittleWuCoding@users.noreply.github.com>
Sat, 12 Jan 2019 10:11:04 +0000 (18:11 +0800)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 13 Feb 2020 11:00:54 +0000 (20:00 +0900)
commit85e97821b11dde0f57f543c0b1f407f871799d9b
treec8ac373e58e3971c2a643bd2ec36c307887caf57
parentbd5dcc3c80602da637b710ee4a5547408da0f760
Fix  compiling error on Solaris

The 'LDFLAGS+=-Wl,--build-id' option is for rpm building in Linux like
OS.  The SunOS is not native support the option
'LDFLAGS+=-Wl,--build-id' . So, we disable this option in SunOS while
compiling.

Committed a bit tweaked version from the orignal.
Makefile