e2fsprogs: remove unneeded patch
authorBaruch Siach <baruch@tkos.co.il>
Tue, 5 Sep 2017 10:27:41 +0000 (13:27 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 Sep 2017 19:31:52 +0000 (21:31 +0200)
commit436291d3f03c5e30610b9f9ac5b797be3348aa45
treeda7f8d15395225bc82c60739afcad00aec58230c
parentc81c6d8f3d5bdf1825acaa27428c9e25def48593
e2fsprogs: remove unneeded patch

Commit 44b5637ab2 (e2fsprogs: add a patch to link against SEM_INIT libs)
introduced a patch that effectively adds -lpthread to the link command
with libcom_err. Today the only libc with separate libpthread is glibc
that does not support static build. The generated libcom_err.so.2.1
library links with libpthread with or without this patch. Drop this
patch.

Cc: Daniel Mack <daniel@zonque.org>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/e2fsprogs/0001-sem-init-libs.patch [deleted file]