This website requires JavaScript.
Explore
Help
Sign In
c
/
mirror_zfs
Watch
1
Star
0
Fork
0
You've already forked mirror_zfs
mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced
2024-11-19 02:41:00 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dc2a4a9136
mirror_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-04 02:45:28 +03:00
SUBDIRS
=
libspl libavl libefi libnvpair libunicode libuutil libzpool libzfs
Reference in New Issue
Copy Permalink