diff options
author | Jason King <jason.king@joyent.com> | 2019-04-09 19:09:37 +0000 |
---|---|---|
committer | Jason King <jason.king@joyent.com> | 2019-04-09 19:12:56 +0000 |
commit | b9c77c3a3c9fbea928ea17b84d229bdb069c2570 (patch) | |
tree | 9892de602c410b73c81217da806b3593a416a16e | |
parent | 919d37f67476ae6f9911035197d34891582d50e6 (diff) | |
download | illumos-joyent-OS-7723.tar.gz |
OS-7723 libdemangle missing dependency on libcustrOS-7723
-rw-r--r-- | usr/src/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 669cffa0d3..189f846829 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -615,6 +615,7 @@ libcmdutils: libavl libcpc: libpctx libcrypt: libgen libctf: libdwarf +libdemangle: libcustr libdevid: libdevinfo libdevinfo: libsec libgen libdhcpagent: libdhcputil libuuid libdlpi libcontract |