mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-09 12:23:23 +00:00
lrzsz: Fix missing exit declaration
%ci:no-build
This commit is contained in:
@@ -10,7 +10,6 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
--disable-syslog
|
||||
--mandir=$TERMUX_PREFIX/share/man
|
||||
"
|
||||
TERMUX_PKG_ENABLE_CLANG16_PORTING=false
|
||||
|
||||
termux_step_pre_configure() {
|
||||
autoreconf -vfi
|
||||
|
||||
12
packages/lrzsz/lib-long-options.c.patch
Normal file
12
packages/lrzsz/lib-long-options.c.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
https://github.com/termux/termux-packages/issues/15852
|
||||
|
||||
--- a/lib/long-options.c
|
||||
+++ b/lib/long-options.c
|
||||
@@ -22,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
+#include <stdlib.h>
|
||||
#include <getopt.h>
|
||||
#include "long-options.h"
|
||||
|
||||
Reference in New Issue
Block a user