mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fix a broken popt function in pkg-config
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9595 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
eb797aae86
commit
bc3d809946
@ -40,7 +40,10 @@
|
||||
<para>2011-09-04</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Supress sysvinit overwriting mountpoint from util-linux.
|
||||
<para>[bdubbs] - Fix a broken popt function in pkg-config.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Suppress sysvinit overwriting mountpoint from util-linux.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -51,7 +51,7 @@
|
||||
|
||||
<para>Fix a problem with one of Pkg-config's tests:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i -e '21s/EXPECT_RETURN=1/EXPECT_RETURN=0/' check/check-cmd-options</userinput></screen>
|
||||
<screen><userinput remap="pre">sed -i -e '/!done/i/ longArg = NULL;' popt/popt.c</userinput></screen>
|
||||
|
||||
<para>Prepare Pkg-config for compilation:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user