fix files without trailing newlines
%ci:no-build
This commit is contained in:
parent
2d6537de77
commit
d2067b15b8
@ -115,4 +115,4 @@ float complex ctanhf(float complex);
|
||||
#pragma GCC visibility pop
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _COMPLEX_H */
|
||||
#endif /* _COMPLEX_H */
|
||||
|
@ -761,4 +761,4 @@ long double __kernel_sinl(long double, long double, int);
|
||||
long double __kernel_cosl(long double, long double);
|
||||
long double __kernel_tanl(long double, long double, int);
|
||||
|
||||
#endif /* !_MATH_PRIVATE_H_ */
|
||||
#endif /* !_MATH_PRIVATE_H_ */
|
||||
|
@ -22,4 +22,4 @@ TERMUX_MAKE_PROCESSES=1
|
||||
|
||||
termux_step_pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,4 @@
|
||||
+ p = "unknown";
|
||||
/* Chop off everything after the first comma. */
|
||||
q = strchr (p, ',');
|
||||
full = make_string (p, q ? q - p : strlen (p));
|
||||
full = make_string (p, q ? q - p : strlen (p));
|
||||
|
@ -7,4 +7,4 @@ TERMUX_PKG_SRCURL=https://www.greenwoodsoftware.com/less/less-${TERMUX_PKG_VERSI
|
||||
TERMUX_PKG_SHA256=6aadf54be8bf57d0e2999a3c5d67b1de63808bb90deb8f77b028eafae3a08e10
|
||||
TERMUX_PKG_DEPENDS="ncurses, pcre2"
|
||||
TERMUX_PKG_ESSENTIAL=true
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-regex=pcre2"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-regex=pcre2"
|
||||
|
@ -6,4 +6,4 @@ TERMUX_PKG_VERSION=1.5.1
|
||||
TERMUX_PKG_REVISION=6
|
||||
TERMUX_PKG_SRCURL=https://git.vuxu.org/lr/snapshot/lr-$TERMUX_PKG_VERSION.tar.xz
|
||||
TERMUX_PKG_SHA256=147377be14805fe1fd7e01fe3cf4b2e0e34d98af5594743dbb97b12189fa52e1
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
@ -33,4 +33,4 @@ diff -uNr rappel-dd45bfa000efb89357d5c80a3a77550b96dee499/arch/armv8/assemble_ar
|
||||
+ snprintf(path, sizeof(path), "@TERMUX_PREFIX@/tmp/rappel-output.XXXXXX");
|
||||
|
||||
const int t = mkstemp(path);
|
||||
|
||||
|
||||
|
@ -19,4 +19,4 @@ diff -uNr redis-6.0.9/src/networking.c redis-6.0.9.mod/src/networking.c
|
||||
+ serverLog(LL_WARNING, "IO thread(tid:%lu) terminated",(unsigned long)io_threads[j]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user