* [Buildroot] [PATCH] e2fsprogs: remove unneeded patch
@ 2017-09-05 10:27 Baruch Siach
2017-09-05 19:31 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2017-09-05 10:27 UTC (permalink / raw)
To: buildroot
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
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 at LIB_EXT@ @PRIVATE_LIBS_CMT@ @DLOPEN_LIB@
--LIBCOM_ERR = $(LIB)/libcom_err at LIB_EXT@ @PRIVATE_LIBS_CMT@ @SEM_INIT_LIB@
-+LIBCOM_ERR = $(LIB)/libcom_err at LIB_EXT@ @SEM_INIT_LIB@
- LIBE2P = $(LIB)/libe2p at LIB_EXT@
- LIBEXT2FS = $(LIB)/libext2fs at LIB_EXT@
- LIBUUID = @LIBUUID@ @SOCKET_LIB@
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] e2fsprogs: remove unneeded patch
2017-09-05 10:27 [Buildroot] [PATCH] e2fsprogs: remove unneeded patch Baruch Siach
@ 2017-09-05 19:31 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-09-05 19:31 UTC (permalink / raw)
To: buildroot
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
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-05 19:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05 10:27 [Buildroot] [PATCH] e2fsprogs: remove unneeded patch Baruch Siach
2017-09-05 19:31 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox