SELinuxProject / selinux

This is the upstream repository for the Security Enhanced Linux (SELinux) userland libraries and tools. The software provided by this project complements the SELinux features integrated into the Linux kernel and is used by Linux distributions. All bugs and patches should be submitted to selinux@vger.kernel.org
Other
1.35k stars 360 forks source link

libselinux: Add CPPFLAGS to Makefile #367

Closed samsam2310 closed 1 year ago

samsam2310 commented 2 years ago

Add CPPFLAGS to Makefile to allow users change the flags of preprocessor. We offen use CFLAGS for compiler flags and use CPPFLAGS for preprocessor.

Signed-off-by: Chung-Sheng Wu chungsheng@google.com

bachradsusi commented 1 year ago

This PR was somehow missed in past. Is it still relevant?

In order to get the patch reviewed and accepted, it's necessary to send it to selinux@vger.kernel.org mailing list. The best way is to use git send-email command, e.g.:

git send-email --from='Your Name your@email.address' --to=selinux@vger.kernel.org --smtp-server=my.smtp.server --confirm=auto -1

Please also note that the project moved the development to main branch - https://lore.kernel.org/selinux/CAHC9VhTo0LnHwfnF1kfNcosUDdB=MtBQePemR+ju81_GFSuGiA@mail.gmail.com/T/#u

samsam2310 commented 1 year ago

Sent a mail for the patch. Will close this once it get reviewed.

samsam2310 commented 1 year ago

Updated. But created a new PR #398 to merge to main branch.