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

Makefile.am: install lib/xsha1.h #4623

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dilyanpalauzov
Copy link
Contributor

lib/charset.h is installed and it #includes xsha1.h

xsha1.h includes "lib/assert.h", so assert.h has to be installed under include/cyrus/lib/assert.h .

lib/charset.h is installed and it #includes xsha1.h

xsha1.h includes "lib/assert.h", so assert.h has to be installed
under include/cyrus/lib/assert.h .
elliefm added a commit to elliefm/cyrus-imapd that referenced this pull request Jan 23, 2024
Needed by charset.h, which is installed.  Based on cyrusimap#4623, originally
by @dilyanpalauzov
@elliefm
Copy link
Contributor

elliefm commented Jan 23, 2024

Thanks, and sorry to have not addressed this earlier. I'm tackling this a bit differently in #4798 by also removing the "lib/" from some of the include lines so that the "nobase_include_HEADERS" section isn't required. This came up cause the Debian package maintainer privately reported a problem from the abi-compatibility-checker not being able to run due to the headers not compiling. I'm expecting further similar things to turn up from getting that working, so I'll accumulate those in my draft PR and land the lot once the checker can actually run.

elliefm added a commit to elliefm/cyrus-imapd that referenced this pull request Jan 31, 2024
Needed by charset.h, which is installed.  Based on cyrusimap#4623, originally
by @dilyanpalauzov
elliefm added a commit to elliefm/cyrus-imapd that referenced this pull request Feb 21, 2024
Needed by charset.h, which is installed.  Based on cyrusimap#4623, originally
by @dilyanpalauzov
elliefm added a commit to elliefm/cyrus-imapd that referenced this pull request Apr 26, 2024
Needed by charset.h, which is installed.  Based on cyrusimap#4623, originally
by @dilyanpalauzov
elliefm added a commit to elliefm/cyrus-imapd that referenced this pull request Aug 14, 2024
Needed by charset.h, which is installed.  Based on cyrusimap#4623, originally
by @dilyanpalauzov
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