diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-09 15:10:23 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-09 15:10:23 +0000 |
commit | d37fdaaeb40a8224e153a1e520c6a2c32b23d582 (patch) | |
tree | c51b669ccab81a92983303459505fd824566083b /community/hermes | |
parent | 2019c38bd869cc878112ae3a6758aec88cc6c2eb (diff) | |
download | aports-d37fdaaeb40a8224e153a1e520c6a2c32b23d582.tar.bz2 aports-d37fdaaeb40a8224e153a1e520c6a2c32b23d582.tar.xz |
community/hermes: does not build on ppc64le
Utils.cpp: In static member function 'static std::__cxx11::string Utils::errnotostrerror(int)':
Utils.cpp:425:16: error: 'strerror_r' was not declared in this scope
int retval = strerror_r(errnum, buf, sizeof buf);
Diffstat (limited to 'community/hermes')
-rw-r--r-- | community/hermes/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/hermes/APKBUILD b/community/hermes/APKBUILD index d0f71faa9d..30b184c556 100644 --- a/community/hermes/APKBUILD +++ b/community/hermes/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=hermes pkgver=1.9 -pkgrel=5 +pkgrel=6 pkgdesc="Hermes is an anti-spam transparent SMTP proxy" url="https://hermes-project.com/" -arch="all" +arch="all !ppc64le" license="GPL" makedepends="libspf2-dev sqlite-dev perl gettext-dev openssl-dev doxygen" subpackages="$pkgname-doc" |