lrzsz: Fix missing exit declaration

%ci:no-build
This commit is contained in:
termux-pacman-bot
2023-04-11 03:31:08 +00:00
parent fb434fa66a
commit 066bb2c381
2 changed files with 12 additions and 1 deletions

View File

@@ -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

View 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"