12184 SPARC build fails due to missing 64-bit libdhcpagent

Review Request #2484 — Created Jan. 12, 2020 and submitted — Latest diff uploaded

ptribble
illumos-gate
12184
general
In #11707, libdhcpagent was also built as 64-bit, but only on x86. This causes the SPARC build to fail.

dmake: Warning: Command failed for target `libdhcpagent'

due to

sh: cd: sparcv9: [No such file or directory]

and then, later, the 64-bit netstat fails to build with

ld: fatal: library -ldhcpagent: not found

Build clean on intel. This build error no longer present on SPARC.

Loading...