mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
6034778004
commit
724f2002df
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user