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

add CPPFLAG support to increase security #13

Merged
merged 1 commit into from
Mar 4, 2021
Merged

add CPPFLAG support to increase security #13

merged 1 commit into from
Mar 4, 2021

Conversation

Segaja
Copy link

@Segaja Segaja commented Sep 17, 2020

In order to make the hss package in Archlinux(AUR) more secure the Makefile needs to honor the CPPFLAGS set by the arch build system.

@six-ddc
Copy link
Owner

six-ddc commented Oct 19, 2020

Maybe you should set build options to CFLAGS in C?

@Segaja
Copy link
Author

Segaja commented Oct 28, 2020

Maybe you should set build options to CFLAGS in C?

To be honest I'm not sure what you mean. CFLAGS are for the C compiler, CXXFLAGS are for the C++ compiler and CPPFLAGS are for the C preprocessor ( https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html , https://stackoverflow.com/questions/2754966/cflags-vs-cppflags ).

@Segaja
Copy link
Author

Segaja commented Mar 3, 2021

@six-ddc is there any chance to get this merged and released in the near future?

@six-ddc six-ddc merged commit 88963fe into six-ddc:master Mar 4, 2021
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.

2 participants