5efb745928
The libblkid library is used to identify block devices (disks) as to their content (e.g. filesystem type) as well as extracting additional information such as filesystem labels/volume names, unique identifiers/serial numbers, etc. A common use is to allow use of LABEL= and UUID= tags instead of hard-coding specific block device names into configuration files. From util-linux-ng.
54 lines
838 B
Text
54 lines
838 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2011/01/08 20:43:39 markd Exp $
|
|
|
|
sh doesn't like the empty case
|
|
|
|
--- configure.orig 2010-06-30 12:53:01.000000000 +0000
|
|
+++ configure
|
|
@@ -18952,11 +18952,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
|
|
syscall=no
|
|
- if test "x$linux_os" = xyes; then
|
|
- case $host_cpu in
|
|
-
|
|
- esac
|
|
- fi
|
|
|
|
fi
|
|
|
|
@@ -19082,11 +19077,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
|
|
syscall=no
|
|
- if test "x$linux_os" = xyes; then
|
|
- case $host_cpu in
|
|
-
|
|
- esac
|
|
- fi
|
|
|
|
fi
|
|
|
|
@@ -19489,11 +19479,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
|
|
syscall=no
|
|
- if test "x$linux_os" = xyes; then
|
|
- case $host_cpu in
|
|
-
|
|
- esac
|
|
- fi
|
|
|
|
fi
|
|
|
|
@@ -19701,11 +19686,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
|
|
syscall=no
|
|
- if test "x$linux_os" = xyes; then
|
|
- case $host_cpu in
|
|
-
|
|
- esac
|
|
- fi
|
|
|
|
fi
|
|
|