Include libkqueue.h file needed to build the assistant on BSDs
I suspect this is a bug in cabal sdist, because with Includes: Utility/libkqueue.h the file is not included, but putting it in extra-files does get it into the tarball.
This commit is contained in:
parent
41bf440729
commit
58216ef39d
3 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@ git-annex (8.20210128) UNRELEASED; urgency=medium
|
|||
* get: Improve output when failing to get a file fails.
|
||||
* Fix build on openbsd.
|
||||
Thanks, James Cook for the patch.
|
||||
* Include libkqueue.h file needed to build the assistant on BSDs.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Thu, 28 Jan 2021 12:34:32 -0400
|
||||
|
||||
|
|
|
@ -54,3 +54,4 @@ setup: Missing dependency on a foreign library:
|
|||
Nope, but hopefully packaging up the file will make it a little easier for me to try the next time :)
|
||||
|
||||
|
||||
> [[fixed|done]] in git for next release --[[Joey]]
|
||||
|
|
|
@ -249,6 +249,7 @@ Extra-Source-Files:
|
|||
templates/repolist.hamlet
|
||||
templates/controlmenu.hamlet
|
||||
templates/notifications/longpolling.julius
|
||||
Utility/libkqueue.h
|
||||
|
||||
Flag Assistant
|
||||
Description: Enable git-annex assistant and watch command
|
||||
|
|
Loading…
Reference in a new issue