mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
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.
1 line
77 B
Makefile
1 line
77 B
Makefile
SUBDIRS = libspl libavl libefi libnvpair libunicode libuutil libzpool libzfs
|