You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Libs.private which is declared in some of the .pc files needs to be used when linking with .a static libraries. Our build environment does not honor this presently.
try and build samba with libunwind and it fails with uncompress. This is because Libs.private is not picked up, a hack patch is currently in place to include the Libs.private in the Libs line.
This patch should be reverted once pkgconfig —static is used correctly.
Libs.private which is declared in some of the .pc files needs to be used when linking with .a static libraries. Our build environment does not honor this presently.
try and build samba with libunwind and it fails with uncompress. This is because Libs.private is not picked up, a hack patch is currently in place to include the Libs.private in the Libs line.
This patch should be reverted once pkgconfig —static is used correctly.
some initial reading:
more info:
The text was updated successfully, but these errors were encountered: