]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
util-linux: enable AUTORECONF
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>
Fri, 10 Feb 2017 14:01:40 +0000 (19:31 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 11 Feb 2017 14:16:01 +0000 (15:16 +0100)
commit59c86d0e1775b18452064378bb8e9b3208e58ea6
tree9ff1d074f91f24161fb09a4e1a1240175961dc91
parent0172c72b257f0298bb56cd0e5d9d3baab16ba779
util-linux: enable AUTORECONF

Commit 55a9737895cb ("util-linux: link scriptreplay with libm (for isnan)")
added two patches that touch configure.ac and Makemodule.am. But forgot
to enable AUTORECONF.

When AUTORECONF is disabled and configure.ac is patched, it looks like
make will detect change in timestamps and trigger reconfig. But it
later fails because of missing dependencies. To fix this, explicitly
enable AUTORECONF.

Fixes:
  http://autobuild.buildroot.net/results/544/544e8da290d40424ea3d1bffad7e0b8a566de495

Fixes: 55a9737895cb ("util-linux: link scriptreplay with libm (for isnan)")
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Cc: Carlos Santos <casantos@datacom.ind.br>
Acked-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/util-linux/util-linux.mk