Re: [lfs-dev] Chapter 5 Check and Util-Linux commands consistency

2014-02-04 Thread Armin K.
On 02/04/2014 08:59 PM, Bruce Dubbs wrote: > Armin K. wrote: >> Check package has: >> >> PKG_CONFIG= ./configure --prefix=/tools >> >> While Util-Linux has: >> >> ./configure --prefix=/tools\ >> --disable-makeinstall-chown\ >> --without-systemdsystemuni

Re: [lfs-dev] Chapter 5 Check and Util-Linux commands consistency

2014-02-04 Thread Bruce Dubbs
Armin K. wrote: > Check package has: > > PKG_CONFIG= ./configure --prefix=/tools > > While Util-Linux has: > > ./configure --prefix=/tools\ > --disable-makeinstall-chown\ > --without-systemdsystemunitdir \ > PKG_CONFIG="" > > PKG_CONFIG in

[lfs-dev] Chapter 5 Check and Util-Linux commands consistency

2014-02-04 Thread Armin K.
Check package has: PKG_CONFIG= ./configure --prefix=/tools While Util-Linux has: ./configure --prefix=/tools\ --disable-makeinstall-chown\ --without-systemdsystemunitdir \ PKG_CONFIG="" PKG_CONFIG in both cases do the same, yet they're use