diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/pkg-config.xml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 086cb928f..24f690e10 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/pkg-config.xml b/chapter06/pkg-config.xml index 0cb9469ab..c2cf4149f 100644 --- a/chapter06/pkg-config.xml +++ b/chapter06/pkg-config.xml @@ -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> |