Closed samsam2310 closed 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
Sent a mail for the patch. Will close this once it get reviewed.
Updated. But created a new PR #398 to merge to main branch.
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