BLAKE2 / libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Creative Commons Zero v1.0 Universal
132 stars 47 forks source link

use -no-undefined flag with libtool #28

Closed haubi closed 5 years ago

haubi commented 5 years ago

We need to tell libtool that we expect all symbols to be defined when creating the library. Otherwise, on platforms that do not support undefined symbols, libtool does create the static library only.