diff mbox series

e2fsprogs: remove unneeded patch

Message ID f8a6a05d98b19227a150f07af7ac04877803fb4c.1504607261.git.baruch@tkos.co.il
State Accepted
Headers show
Series e2fsprogs: remove unneeded patch | expand

Commit Message

Baruch Siach Sept. 5, 2017, 10:27 a.m. UTC
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>
---
 package/e2fsprogs/0001-sem-init-libs.patch | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 package/e2fsprogs/0001-sem-init-libs.patch

Comments

Thomas Petazzoni Sept. 5, 2017, 7:31 p.m. UTC | #1
Hello,

On Tue,  5 Sep 2017 13:27:41 +0300, Baruch Siach wrote:
> 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>
> ---
>  package/e2fsprogs/0001-sem-init-libs.patch | 11 -----------
>  1 file changed, 11 deletions(-)
>  delete mode 100644 package/e2fsprogs/0001-sem-init-libs.patch

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/e2fsprogs/0001-sem-init-libs.patch b/package/e2fsprogs/0001-sem-init-libs.patch
deleted file mode 100644
index 56f1cc2c1595..000000000000
--- a/package/e2fsprogs/0001-sem-init-libs.patch
+++ /dev/null
@@ -1,11 +0,0 @@ 
---- e2fsprogs-1.41.9/MCONFIG.in.orig	2009-10-07 20:25:07.000000000 +0800
-+++ e2fsprogs-1.41.9/MCONFIG.in	2009-10-07 20:21:41.000000000 +0800
-@@ -85,7 +85,7 @@
- #
- LIB = $(top_builddir)/lib
- LIBSS = $(LIB)/libss@LIB_EXT@ @PRIVATE_LIBS_CMT@ @DLOPEN_LIB@
--LIBCOM_ERR = $(LIB)/libcom_err@LIB_EXT@ @PRIVATE_LIBS_CMT@ @SEM_INIT_LIB@
-+LIBCOM_ERR = $(LIB)/libcom_err@LIB_EXT@ @SEM_INIT_LIB@
- LIBE2P = $(LIB)/libe2p@LIB_EXT@
- LIBEXT2FS = $(LIB)/libext2fs@LIB_EXT@
- LIBUUID = @LIBUUID@ @SOCKET_LIB@