• Brian Behlendorf's avatar
    Fix 'LDFLAGS=-Wl,--as-needed' build error · 716895b1
    Brian Behlendorf authored
    Compiling with 'LDFLAGS=-Wl,--as-needed' exposed the fact that
    there were some library linking problems introduced by mount_zfs.
    In particular, the libzfs library does use nvpair symbols, and
    mount_zfs contains no dependencies on libzpool.
    
    Closes #161
    Closes #162
    716895b1
Makefile.am 773 Bytes