]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-2.10o-rawio.patch
- corrected raw-device patches
[packages/util-linux.git] / util-linux-2.10o-rawio.patch
CommitLineData
d265bdc6
AM
1diff -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?
26ba7625 8+# 14. For raw.c: does <sys/raw.h> exist?
edd682aa 9
10 rm -f make_include defines.h
11
d265bdc6 12@@ -558,3 +559,11 @@
edd682aa 13 fi
14 rm -f conftest conftestx.c conftestl.c conftest.h conftest.x conferrs
d265bdc6 15 rm -f conftestx.o conftestl.o
edd682aa 16+
17+#
26ba7625 18+# 14. For raw.c: does <sys/raw.h> exist?
edd682aa 19+#
26ba7625 20+if ./testincl "sys/raw.h"; then
d265bdc6 21+ echo "ADD_RAW=yes" >> make_include
edd682aa 22+fi
d265bdc6 23+
This page took 0.037073 seconds and 4 git commands to generate.