diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/pkg-config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |