-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove FR_LOCATE_DIR macro #4318
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
Conversation
Note that We already have pkg-config which is being used + some additional logic in the build system within FreeRADIUS to go looking for libs and headers, so |
Calling "locate" to find include and library paths makes no sense. The locate database may contain paths comprised of files meant for entirely different toolchains. Fixes: FreeRADIUS#4317
|
Calling "locate" to find include and library paths makes no sense. The locate database may contain paths comprised of files meant for entirely different toolchains.
Fix has been pushed. |
@alandekok The code still exists in the master branch. Is there some reason for that? |
@floppym We haven't gotten to it yet. Plus, the "master" branch has not been released as v4, and is not yet supported. |
Thanks, just wanted to make sure it wasn't missed by mistake. |
Calling "locate" to find include and library paths makes no sense. The locate database may contain paths comprised of files meant for entirely different toolchains.
Calling "locate" to find include and library paths makes no sense. The
locate database may contain paths comprised of files meant for entirely
different toolchains.
Fixes: #4317