diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-30 02:33:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-30 02:33:23 +0000 |
commit | 91ffc39b883303cd847b36dd496b2b558923199a (patch) | |
tree | a39cc43338d5fff8bd21b31f0e3bd2936b43a3dd | |
parent | e98f3fbe5caee03f987535a5139d1b8fcc9da677 (diff) |
Added inotify patch to the libc headers
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/linux-libc-headers.xml | 4 | ||||
-rw-r--r-- | general.ent | 2 | ||||
-rw-r--r-- | patches.ent | 4 |
5 files changed, 21 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fac719ab7..5a2b8a255 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>July 29, 2006</para> <itemizedlist> <listitem> + <para>[bdubbs] - Added a patch to the linux-libc-headers to + add the inotify header.</para> + </listitem> + <listitem> <para>[bdubbs] - Added a patch to Berkeley DB to avoid potential program traps.</para> </listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 9cb8714f0..62247ee59 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -187,6 +187,14 @@ </varlistentry> <varlistentry> + <term>Linux Libc Headers Inotify Patch - <token>&linux-inotify-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&linux-inotify-patch;"/></para> + <para>MD5 sum: <literal>&linux-inotify-patch-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>Mktemp Tempfile Patch - <token>&mktemp-tempfile-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&mktemp-tempfile-patch;"/></para> diff --git a/chapter06/linux-libc-headers.xml b/chapter06/linux-libc-headers.xml index 9496c0b99..5112746f5 100644 --- a/chapter06/linux-libc-headers.xml +++ b/chapter06/linux-libc-headers.xml @@ -43,6 +43,10 @@ which was designed to maintain an API stable version of the Linux headers.</para> + <para>Add a header that is needed by some applications:</para> + +<screen><userinput>patch -Np1 -i ../&linux-inotify-patch;</userinput></screen> + <para>Install the header files:</para> <screen><userinput>install -dv /usr/include/asm diff --git a/general.ent b/general.ent index 05f076961..586896704 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!ENTITY version "6.2-pre2"> -<!ENTITY releasedate "July 22, 2006"> +<!ENTITY releasedate "July 30, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index d01d5bd46..b3e201d2c 100644 --- a/patches.ent +++ b/patches.ent @@ -98,6 +98,10 @@ <!ENTITY linux-utf8-patch-md5 "d67b53e1e99c782bd28d879e11ee16c3"> <!ENTITY linux-utf8-patch-size "11 KB"> +<!ENTITY linux-inotify-patch "linux-libc-headers-2.6.12.0-inotify-1.patch"> +<!ENTITY linux-inotify-patch-md5 "462e27af3378f088b0bd66d17e380893"> +<!ENTITY linux-inotify-patch-size "3.2 KB"> + <!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-3.patch"> <!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19"> |