e2fsprogs: fix linking against librt
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 21 Sep 2016 06:43:04 +0000 (08:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 21 Sep 2016 06:43:04 +0000 (08:43 +0200)
commit5743830844e6ce6a633205ad22218034c787f9fb
treee41414446756fae4d530d5d8bb0677be73aaa56b
parent71c5a81c96873c056cb2c54580e3ba2db528ca8a
e2fsprogs: fix linking against librt

Our previous patch to link against librt to access clock_gettime() was
merged upstreamed... but it lacked a crucial part which makes the whole
thing useless: $(CLOCK_GETTIME_LIB) is always empty from a make point of
view.

This commit adds a patch to e2fsprogs to fix the problem.

Fixes:

  http://autobuild.buildroot.net/results/41ea60bebfc741604a5499df74363b498ad77a48/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/e2fsprogs/0002-MCONFIG.in-handle-CLOCK_GETTIME_LIB.patch [new file with mode: 0644]