From 90ee3c05c172b6144274a9de9f4484cae635a542 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 20 Jun 2011 23:37:56 +0000 Subject: Spacing updates for pdf git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/pkg-config.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06/pkg-config.xml') diff --git a/chapter06/pkg-config.xml b/chapter06/pkg-config.xml index 12498d289..0cb9469ab 100644 --- a/chapter06/pkg-config.xml +++ b/chapter06/pkg-config.xml @@ -56,7 +56,8 @@ Prepare Pkg-config for compilation: GLIB_LIBS="-L/usr/lib -lglib-2.0" \ - GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include" ./configure --prefix=/usr + GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include" \ + ./configure --prefix=/usr Compile the package: -- cgit v1.2.3-54-g00ecf