366b018ca4
Resolves: #2162746
13 lines
466 B
Diff
13 lines
466 B
Diff
diff -rup annobin.orig/annocheck/annocheck.c annobin-11.12/annocheck/annocheck.c
|
|
--- annobin.orig/annocheck/annocheck.c 2023-03-03 16:09:24.659603476 +0000
|
|
+++ annobin-11.12/annocheck/annocheck.c 2023-03-03 16:09:57.249530355 +0000
|
|
@@ -20,6 +20,8 @@
|
|
#include <sys/stat.h>
|
|
#include <elfutils/libdwelf.h>
|
|
#include <elfutils/libdwfl.h>
|
|
+#undef HAVE_LIBDEBUGINFOD
|
|
+#define HAVE_LIBDEBUGINFOD 0
|
|
#ifndef LIBANNOCHECK
|
|
#include <rpm/rpmlib.h>
|
|
#if HAVE_LIBDEBUGINFOD
|