diff --git a/chapter08/findutils.xml b/chapter08/findutils.xml index 092be0c96..ea0de93de 100644 --- a/chapter08/findutils.xml +++ b/chapter08/findutils.xml @@ -45,7 +45,10 @@ Prepare Findutils for compilation: -./configure --prefix=/usr --localstatedir=/var/lib/locate +case $(uname -m) in + i?86) TIME_T_32_BIT_OK=yes ./configure --prefix=/usr --localstatedir=/var/lib/locate ;; + x86_64) ./configure --prefix=/usr --localstatedir=/var/lib/locate ;; +esac The meaning of the configure options: