mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 22:20:31 +00:00
21 lines
700 B
Diff
21 lines
700 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -15473,7 +15473,7 @@
|
|
-Werror=missing-prototypes -Werror=nested-externs \
|
|
-Werror=implicit-function-declaration \
|
|
-Wmissing-declarations -Wno-pointer-sign \
|
|
- -Werror=format-security -Wbitwise -Wcast-to-as \
|
|
+ -Wno-error=format-security -Wbitwise -Wcast-to-as \
|
|
-Wdefault-bitfield-sign -Wdo-while -Wparen-string \
|
|
-Wptr-subtraction-blows -Wreturn-void -Wtypesign \
|
|
-Wstrict-prototypes -Wno-error=format-nonliteral "
|
|
@@ -16658,7 +16658,7 @@
|
|
#undef VERSION
|
|
#undef HAVE_STDLIB_H
|
|
#include <bzlib.h>
|
|
- main ()
|
|
+ int main ()
|
|
{
|
|
return BZ2_bzDecompressInit (NULL, 0, 0);
|
|
}
|