void-packages/srcpkgs/elfutils/patches/debuginfod.patch
Érico Rolim cc255456b1 elfutils: update to 0.182, add debuginfod subpkgs, adopt.
Cleaned up patches, remove the aarch64-fregs one (it was fixed with a
musl patch, instead), and moved closer to where upstream is moving
regarding musl compat.
2020-11-18 00:00:07 -03:00

13 lines
398 B
Diff

diff --git debuginfod/debuginfod.cxx debuginfod/debuginfod.cxx
index 3085f388..d2a434ee 100644
--- debuginfod/debuginfod.cxx
+++ debuginfod/debuginfod.cxx
@@ -46,7 +46,7 @@ extern "C" {
#include <unistd.h>
#include <stdlib.h>
#include <error.h>
-// #include <libintl.h> // not until it supports C++ << better
+#include <libintl.h>
#include <locale.h>
#include <pthread.h>
#include <signal.h>