diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-12-07 12:47:12 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-12-07 12:47:12 +0000 |
commit | a1b5b02d283a933de7f074a68398486a187f7e67 (patch) | |
tree | e2b2b71ff380bf5663f7063501c0a991617e6d2a /usr/src/lib | |
parent | 7662705473b5736c9bcb3d7ace7cd1ae5c2f784d (diff) | |
parent | fdff6cea3adcb1f377a673bc22c427ce25917f05 (diff) | |
download | illumos-joyent-release-20161208.tar.gz |
[illumos-gate merge]release-20161208
commit fdff6cea3adcb1f377a673bc22c427ce25917f05
7652 libficl build should depend on libuuid
commit 3f11de9ddb9e8b567df284c7f495ac53076611c4
7605 we should not attempt to write to ZFS while panicing
Diffstat (limited to 'usr/src/lib')
-rw-r--r-- | usr/src/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 17681b5a85..7bb4871dd9 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -618,7 +618,7 @@ libeti: libcurses libexacct/demo: libexacct libproject libfakekernel: libumem libcryptoutil libfcoe: libdladm -libficl: libumem +libficl: libuuid libumem libfru: libfruutils libfsmgt: libkstat libgrubmgmt: libdevinfo libzfs libfstyp libefi |