-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use CMake variables for paths in pkg-config files #31671
Conversation
@veblush can you please review since you've been dealing with pkgconfig recently? |
|
In the Fedora Linux |
Use @gRPC_INSTALL_LIBDIR@ for libdir; this fixes an incorrect -L/usr/lib on multilib Linux systems where that is the 32-bit library path and the correct path is /usr/lib64. Use @gRPC_INSTALL_INCLUDEDIR@ for consistency.
2bc8a76
to
beb3d7c
Compare
Force-pushed with changes suggested in review. Hopefully the |
Use @gRPC_INSTALL_LIBDIR@ for libdir; this fixes an incorrect -L/usr/lib on multilib Linux systems where that is the 32-bit library path and the correct path is /usr/lib64. Use @gRPC_INSTALL_INCLUDEDIR@ for consistency.
Use
@gRPC_INSTALL_LIBDIR@
forlibdir
; this fixes an incorrect-L/usr/lib
on multilib Linux systems where that is the 32-bit library path and the correct path is/usr/lib64
.Use
@gRPC_INSTALL_INCLUDEDIR@
for consistency.