diff options
author | Mike Sullivan <mksully22@gmail.com> | 2018-11-12 15:21:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-22 13:25:10 +0000 |
commit | 8df59c4b18e854b4095ec43f89adf4492baadff6 (patch) | |
tree | c0d6b52f7f3115099878a24ae9abe3a6980ce1b0 /community/hermes/fix-string-declares-ppc64le.patch | |
parent | 3b3d9d5011bbd708f76f1c50b5546fd776cb3a2c (diff) | |
download | aports-8df59c4b18e854b4095ec43f89adf4492baadff6.tar.bz2 aports-8df59c4b18e854b4095ec43f89adf4492baadff6.tar.xz |
community/hermes: fix ppc64le build break and re-enable by adding strings include
Diffstat (limited to 'community/hermes/fix-string-declares-ppc64le.patch')
-rw-r--r-- | community/hermes/fix-string-declares-ppc64le.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/hermes/fix-string-declares-ppc64le.patch b/community/hermes/fix-string-declares-ppc64le.patch new file mode 100644 index 0000000000..325087ada1 --- /dev/null +++ b/community/hermes/fix-string-declares-ppc64le.patch @@ -0,0 +1,10 @@ +--- a/src/Utils.cpp ++++ b/src/Utils.cpp +@@ -20,6 +20,7 @@ + #include "Utils.h" + + #include <unistd.h> ++#include <string.h> + + extern Configfile cfg; + extern LOGGER_CLASS hermes_log; |