Now --enable-static option results in a fully static executable, i.e. with libc.a and libcrypto.a parts inside and of enormous size (>1 Mb). Linking without -static option but still with librhash/librhash.a would include only librhash objects while keeping libc and libcrypto dynamic.
So this issue is about adding a new option to configure script to do exactly that.
Now
--enable-static
option results in a fully static executable, i.e. with libc.a and libcrypto.a parts inside and of enormous size (>1 Mb). Linking without-static
option but still withlibrhash/librhash.a
would include only librhash objects while keeping libc and libcrypto dynamic.So this issue is about adding a new option to configure script to do exactly that.