]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-2.10o-rawio.patch
- corrected raw-device patches
[packages/util-linux.git] / util-linux-2.10o-rawio.patch
1 diff -urN util-linux-2.10q.org/configure util-linux-2.10q/configure
2 --- util-linux-2.10q.org/configure      Tue Nov 21 22:08:46 2000
3 +++ util-linux-2.10q/configure  Tue Nov 21 22:10:35 2000
4 @@ -32,6 +32,7 @@
5  # 11. For pivot_root.c: does <linux/unistd.h> define __NR_pivot_root?
6  # 12. For hwclock.c: does struct tm have a field tm_gmtoff?
7  # 13. For nfsmount: does the output of rpcgen compile?
8 +# 14. For raw.c: does <sys/raw.h> exist?
9  
10  rm -f make_include defines.h
11  
12 @@ -558,3 +559,11 @@
13  fi
14  rm -f conftest conftestx.c conftestl.c conftest.h conftest.x conferrs
15  rm -f conftestx.o conftestl.o
16 +
17 +#
18 +# 14. For raw.c: does <sys/raw.h> exist?
19 +#
20 +if ./testincl "sys/raw.h"; then
21 +       echo "ADD_RAW=yes" >> make_include
22 +fi
23 +
This page took 0.026439 seconds and 3 git commands to generate.