Skip to content

Do not overwrite existing CFLAGS and LDFLAGS #38

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

Closed
wants to merge 1 commit into from

Conversation

irl
Copy link
Contributor

@irl irl commented May 29, 2016

Hi,

In your Makefile.linux you overwrite the compiler flags that are currently set in the build environment. This disables a number of hardening options that are set in the Debian build environment by default, causing errors to be thrown when checking the resulting binaries.

These changes include the existing CFLAGS and LDFLAGS and append options to them, instead of just overwriting them.

Thanks,
Iain.

@DwaineGarden
Copy link
Contributor

Tested it out. No problems with compiling on Fedora 23

wb2osz added a commit that referenced this pull request Jan 22, 2017
@wb2osz
Copy link
Owner

wb2osz commented Jan 22, 2017

This has been added to the "dev" branch.

@wb2osz wb2osz closed this Jan 22, 2017
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.

3 participants