Skip to content
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

Makefile: Add DESTDIR to support cross-builds #98

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

rprasanth
Copy link

As the present will require sudo permission,
DESTDIR will help the user change the install location as needed.
Using -D will create the destination directory, eliminating the need for a separate mkdir command.

@alandekok alandekok merged commit c898ed1 into FreeRADIUS:master Aug 29, 2024
@rprasanth
Copy link
Author

Hi @alandekok

Thanks for merging the PR.
is there any reason for using /lib/security instead of /usr/lib/security
most of the PAM file goes to /usr right?

can we change the default to /usr/lib/security?

@mcnewton
Copy link
Member

It depends on the system. On mine they are in /lib/x86_64-linux-gnu/security. If PAM libs are in /usr (which could be on a different filesystem) and it's not mounted for some reason then you'll have trouble logging in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants