mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
Exposed using musl Change-Id: Ia155850b3dfe62cd7d10b207b94ff3cc1f0244fc (From OE-Core rev: 65e30309ac66bdd7785eb3790b91245a9ac5277a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
392 B
Diff
14 lines
392 B
Diff
Upstream-Status: Inappropriate [configuration]
|
|
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -1,7 +1,7 @@
|
|
# -*- Autoconf -*-
|
|
# Process this file with autoconf to produce a configure script.
|
|
|
|
-AC_PREREQ([2.68])
|
|
+AC_PREREQ([2.65])
|
|
AC_INIT([libnfsidmap],[0.25],[linux-nfs@vger.kernel.org])
|
|
AC_CONFIG_SRCDIR([nfsidmap.h])
|
|
AC_CONFIG_MACRO_DIR([m4])
|