Skip to content

Fix missing buildflags#98

Merged
Keno merged 1 commit intoJuliaMath:masterfrom
ginggs:fix-missing-buildflags
Oct 26, 2015
Merged

Fix missing buildflags#98
Keno merged 1 commit intoJuliaMath:masterfrom
ginggs:fix-missing-buildflags

Conversation

@ginggs
Copy link
Copy Markdown
Contributor

@ginggs ginggs commented Oct 26, 2015

Debian's blhc (build log hardening check) reports dpkg-buildflags-missing CPPFLAGS 48 (of 223), CFLAGS 2 (of 177), LDFLAGS 2 (of 3) missing

Debian's blhc (build log hardening check) reports dpkg-buildflags-missing CPPFLAGS 48 (of 223), CFLAGS 2 (of 177), LDFLAGS 2 (of 3) missing
@Keno
Copy link
Copy Markdown
Contributor

Keno commented Oct 26, 2015

Thanks!

Keno added a commit that referenced this pull request Oct 26, 2015
@Keno Keno merged commit 13d1162 into JuliaMath:master Oct 26, 2015
@nalimilan
Copy link
Copy Markdown
Contributor

Wait, why are you passing CPPFLAGS when compiling C files? I would say either CFLAGS, CPPFLAGS or FFLAGS should be passed, but never two at the same time.

@yuyichao
Copy link
Copy Markdown
Contributor

CPPFLAGS is for the c/c++ pre-processor. CXXFLAGS is for c++.

@nalimilan
Copy link
Copy Markdown
Contributor

Sorry, I always confuse them. Carry on...

@ginggs ginggs deleted the fix-missing-buildflags branch November 12, 2015 09:44
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