One symbol was renamed (old name only available via API not ABI), so hackily adjust the configure check for now. Also remove msysize patch while at it.
12 lines
372 B
Diff
12 lines
372 B
Diff
--- getent-2.18.90/configure.ac.orig 2024-12-07 18:54:42.216388200 +0100
|
|
+++ getent-2.18.90/configure.ac 2024-12-07 18:54:40.916356100 +0100
|
|
@@ -25,7 +25,7 @@
|
|
fi
|
|
fi
|
|
|
|
-AC_CHECK_LIB([argp], [argp_parse], ,
|
|
+AC_CHECK_LIB([argp], [rpl_argp_parse], ,
|
|
[AC_MSG_ERROR([*** libargp required to build getent ***])])
|
|
|
|
test -z "$CFLAGS" && CFLAGS="-g -O2 -Wall -Werror"
|