Talk:Wget

From CBLFS
Jump to navigationJump to search

When moving to new Wget, openssl is going to be detect with pkg-config, also --with-ssl will use gnutls or openssl. Configure will default to finding gnutls first.

For 32bit builds, use regular PKG_CONFIG_PATH

For N32 builds, use PKG_CONFIG_PATH32

For 64bit builds, use PKG_CONFIG_PATH64

For openssl, use --with-ssl=openssl

I have no clue why we have --with-libdir= options.