postfix: add a sed so that it will build if running a linux-4.x kernel.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15722 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2015-03-27 20:08:58 +00:00
parent 6034778004
commit 724f2002df

View File

@ -139,6 +139,13 @@ chown -v postfix:postfix /var/mail</userinput></screen>
<screen><userinput>sed -i 's/.\x08//g' README_FILES/*</userinput></screen> <screen><userinput>sed -i 's/.\x08//g' README_FILES/*</userinput></screen>
<para>
If you are running a linux-4.x kernel, apply the following sed to
allow the <command>makedefs</command> script to recognize it:
</para>
<screen><userinput>sed -i 's/Linux.3\*/Linux.[34]\*/' makedefs</userinput></screen>
<para> <para>
The <application>Postfix</application> source tree does not contain a The <application>Postfix</application> source tree does not contain a
<filename>configure</filename> script, rather the makefile in the <filename>configure</filename> script, rather the makefile in the