OSDN Git Service

Fix compiling error on Solaris
authorsunw.fnst <30999182+Dagouhan@users.noreply.github.com>
Wed, 1 Jul 2020 11:37:50 +0000 (19:37 +0800)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Tue, 30 Nov 2021 07:43:39 +0000 (16:43 +0900)
commit4271d85706e51b4654ea6ae598fc4528175f616f
tree3b8327cdf937092b43968591915c5d114e25daeb
parent0e55e6bfeed44be772eb10867744eb83b0ca22c8
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, disable this option in SunOS while
compiling.
Makefile