Accepting request 878765 from home:dirkmueller:Factory
- enable ztex support (fix usb dependency): add john-1.9.0-jumbo-gcc10.patch to fix fcommon related build failures OBS-URL: https://build.opensuse.org/request/show/878765 OBS-URL: https://build.opensuse.org/package/show/security/john?expand=0&rev=69
This commit is contained in:
committed by
Git OBS Bridge
parent
52cc9f4c38
commit
f376b388de
21
john-1.9.0-jumbo-gcc10.patch
Normal file
21
john-1.9.0-jumbo-gcc10.patch
Normal file
@@ -0,0 +1,21 @@
|
||||
--- john-1.9.0-jumbo-1/src/ztex/pkt_comm/word_gen.h
|
||||
+++ john-1.9.0-jumbo-1/src/ztex/pkt_comm/word_gen.h
|
||||
@@ -32,7 +32,7 @@
|
||||
//unsigned char magic; // 0xBB <- added by pkt_word_gen_new()
|
||||
};
|
||||
|
||||
-struct word_gen word_gen_words_pass_by;
|
||||
+extern struct word_gen word_gen_words_pass_by;
|
||||
|
||||
struct pkt *pkt_word_gen_new(struct word_gen *word_gen);
|
||||
|
||||
--- john-1.9.0-jumbo-1/src/ztex/ztex.h
|
||||
+++ john-1.9.0-jumbo-1/src/ztex/ztex.h
|
||||
@@ -159,7 +159,6 @@
|
||||
int ztex_reset_cpu(struct ztex_device *dev, int r);
|
||||
|
||||
// firmware image loaded from an ihx (Intel Hex format) file.
|
||||
-const int IHX_SIZE_MAX;
|
||||
struct ihx_data {
|
||||
short *data;
|
||||
};
|
Reference in New Issue
Block a user