diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2018-06-29 14:00:00 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2018-06-29 14:00:00 +0300 |
commit | f46acd4a3a74c57a31226b11186746bce6c98813 (patch) | |
tree | 55cb07770a26d889a845d5b30aabf9d672727ba0 /storage | |
parent | 45cabf10175da1ae2d158ea17ccd6e19f461d6f4 (diff) | |
download | mariadb-git-f46acd4a3a74c57a31226b11186746bce6c98813.tar.gz |
Adopt Debian's fix-FTBFS-on-GNU-Hurd.patch.
- Took the original patch by Ondrej Sury;
- Applied a fix for a known problem in the patch:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882062
- Fixed a few other issues
Diffstat (limited to 'storage')
-rw-r--r-- | storage/mroonga/vendor/groonga/config.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/mroonga/vendor/groonga/config.h.cmake b/storage/mroonga/vendor/groonga/config.h.cmake index bfd0cbdc012..ec67c5eea23 100644 --- a/storage/mroonga/vendor/groonga/config.h.cmake +++ b/storage/mroonga/vendor/groonga/config.h.cmake @@ -107,6 +107,7 @@ #cmakedefine HAVE_SIGNAL_H #cmakedefine HAVE_SYS_MMAN_H #cmakedefine HAVE_SYS_PARAM_H +#cmakedefine HAVE_SYS_POLL_H #cmakedefine HAVE_SYS_RESOURCE_H #cmakedefine HAVE_SYS_SELECT_H #cmakedefine HAVE_SYS_SOCKET_H |