mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mosh: use mips16 and remove configure patch
MIPS16 is not needed here. Removed configure patch and replaced with a configure var. Removed autoreconf as configure is no longer being patched. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -425,7 +425,8 @@ AC_CHECK_DECL([mach_absolute_time],
|
||||
AC_CHECK_DECLS([__builtin_ctz])
|
||||
|
||||
AC_CHECK_DECLS([ffs], [], [],
|
||||
- [[#include <strings.h>]])
|
||||
+ [[#define _GNU_SOURCE
|
||||
+#include <strings.h>]])
|
||||
|
||||
AC_CHECK_DECLS([be64toh, betoh64, bswap64, __builtin_bswap64], [], [],
|
||||
[[#if defined(HAVE_ENDIAN_H)
|
||||
Reference in New Issue
Block a user