This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3613204cd7
freebsd-dev
/
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
Reference in New Issue
Copy Permalink