mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-07-25 17:11:16 +00:00
Added missing patches for libfprint
This commit is contained in:
12
patches/libfprint-void/fix-stderr-redefinition.patch
Normal file
12
patches/libfprint-void/fix-stderr-redefinition.patch
Normal file
@ -0,0 +1,12 @@
|
||||
--- libfprint/nbis/include/bozorth.h.orig 2019-08-11 15:17:26.878344708 +0200
|
||||
+++ libfprint/nbis/include/bozorth.h 2019-08-11 15:17:10.303132150 +0200
|
||||
@@ -218,7 +218,9 @@ struct xytq_struct {
|
||||
/* Globals supporting command line options */
|
||||
extern int verbose_threshold;
|
||||
/* Global supporting error reporting */
|
||||
+#ifdef __GLIBC__
|
||||
extern FILE *stderr;
|
||||
+#endif
|
||||
|
||||
/**************************************************************************/
|
||||
/* In: BZ_GBLS.C */
|
Reference in New Issue
Block a user