diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-09-04 21:11:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-09-04 21:11:07 +0000 |
commit | bc3d809946aca8cad9d649f4ee8ef6a41c9dfe31 (patch) | |
tree | 7ecf557d2f053678655db45f3a0f631f35880a3b /chapter06 | |
parent | eb797aae86981e4cb0dd0f235cc7230cd85830c2 (diff) |
Fix a broken popt function in pkg-config
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9595 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |