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

pull in some simple Makefile.in changes (also tag "1.3") #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jhgit
Copy link

@jhgit jhgit commented Feb 17, 2017

I committed a couple changes to fix some build warnings and potential build errors for parallel builds.

See also issue 16 of devttys0/libmpsse repo.

Also I tagged the changeset that is the same as the original googlecode 1.3 code. Please also pull that tag (github doesn't have web api for viewing / pulling tags, so that will require accessing my repo with plain git).

Added stdlib.h include in support.c as well (fixes missing prototype on some platforms that don't get it from header pollution with string.h include that's already there).

Fixes warnings like:
cc: warning: -lftdi: 'linker' input unused
files & non-swig.  This can help fix parallel builds - building with
incorrect object file or trying to link with files that are still
being written.

See devttys0#16
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.

1 participant