This website requires JavaScript.
Explore
Help
Register
Sign In
Archive-Team
/
zfs
Watch
2
Star
0
Fork
You've already forked zfs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
103
Wiki
Activity
dc2a4a9136
zfs
/
lib
/
Makefile.am
2 lines
77 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add missing libspl+libzpool libs to libzfs The libspl and libzpool libraries were missing from the libzfs Makefile.am. They should be explicitly listed to avoid build issues when compiling static libraries and binaries. Additionally, ensure libzpool is built before libzfs because libzfs is dependent on libzpool. This was also exposed as an issue when forcing static linking.
2011-03-03 23:45:28 +00:00
SUBDIRS
=
libspl libavl libefi libnvpair libunicode libuutil libzpool libzfs