flatpak: Fix gmime build
Apparently it does a explicit version check for automake, but in such a way that it needs to be patched on new automake versions. Patch this out while we await the PR upstream to be merged into master. See: https://github.com/jstedfast/gmime/pull/180
This commit is contained in:
parent
de42107661
commit
2572bef6dd
2 changed files with 31 additions and 0 deletions
|
|
@ -211,6 +211,12 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/jstedfast/gmime.git",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"paths": [
|
||||
"build-aux/patches/gmime-autogen.sh-Also-allow-automake-1.18.patch"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue