- update to rpm-4.13.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=378
This commit is contained in:
19
nobfd.diff
Normal file
19
nobfd.diff
Normal file
@@ -0,0 +1,19 @@
|
||||
--- ./tools/sepdebugcrcfix.c.orig 2017-01-19 15:28:12.521321881 +0000
|
||||
+++ ./tools/sepdebugcrcfix.c 2017-01-19 15:28:26.895267612 +0000
|
||||
@@ -28,7 +28,6 @@
|
||||
#include <error.h>
|
||||
#include <libelf.h>
|
||||
#include <gelf.h>
|
||||
-#include <bfd.h>
|
||||
|
||||
#define _(x) x
|
||||
#define static_assert(expr) \
|
||||
@@ -46,7 +45,7 @@ static const bool false = 0, true = 1;
|
||||
static unsigned long
|
||||
calc_gnu_debuglink_crc32 (unsigned long crc,
|
||||
const unsigned char *buf,
|
||||
- bfd_size_type len)
|
||||
+ size_t len)
|
||||
{
|
||||
static const unsigned long crc32_table[256] =
|
||||
{
|
Reference in New Issue
Block a user