-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix GnuPG installation from Git #24
Conversation
20271c4
to
b2c5375
Compare
Tarball releases include some prebuild architecture-agnostic files. If the source code is fetched from Git repository, then an --enable-maintainer-mode option must be passed to configure script in order to produce these files.
0da7471
to
3ddb037
Compare
Install required dependencies, and set some configure script options in order to make build passing. Also, fix assertions to match the development GnuPG version correctly.
0d2f57d
to
8d34d12
Compare
I guess it's ready now, review from @dewyatt is welcome. README is yet to be updated, but I'll prepare a larger set of improvements in another pull request. FYI, building from Git source in CentOS is more difficult than in Ubuntu. CentOS features some outdated version of Automake (minimum 1.14 is required whereas CentOS package repositories have only 1.13, therefore it must be built from source). |
I noticed this too, I have a ribose-autoamke116 SCL package that I made locally for this that I've been meaning to publish. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @ni4 !
Install required development packages in Travis, and fix documentation building.