Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/bdwgc: drop AUTORECONF = YES
@ 2018-11-02 20:33 Thomas Petazzoni
  2018-11-02 22:11 ` Fabrice Fontaine
  2018-11-03 13:28 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-11-02 20:33 UTC (permalink / raw)
  To: buildroot

Since commit 4e1dbd063d1f3ea7dfc95698320f6fd40139085d ("package/bdwgc:
bump to version 8.0.0"), we no longer have any patch that requires
autoreconf. In addition, the libtool shipped with the package seems to
no longer be bogus, because it builds perfectly fine without
autoreconf. Therefore, let's drop this autoreconf.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/bdwgc/bdwgc.mk | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/package/bdwgc/bdwgc.mk b/package/bdwgc/bdwgc.mk
index 8607234e5d..8ffac476f3 100644
--- a/package/bdwgc/bdwgc.mk
+++ b/package/bdwgc/bdwgc.mk
@@ -13,12 +13,6 @@ BDWGC_LICENSE_FILES = README.QUICK
 BDWGC_DEPENDENCIES = libatomic_ops host-pkgconf
 HOST_BDWGC_DEPENDENCIES = host-libatomic_ops host-pkgconf
 
-# The libtool shipped with the package is bogus and generates some
-# -L/usr/lib flags. It uses a version not supported by Buildroot
-# libtool patches, so autoreconfiguring the packages is the easiest
-# solution.
-BDWGC_AUTORECONF = YES
-
 BDWGC_CONF_OPTS = CFLAGS_EXTRA="$(BDWGC_CFLAGS_EXTRA)"
 ifeq ($(BR2_sparc),y)
 BDWGC_CFLAGS_EXTRA += -DAO_NO_SPARC_V9
-- 
2.14.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-03 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-02 20:33 [Buildroot] [PATCH] package/bdwgc: drop AUTORECONF = YES Thomas Petazzoni
2018-11-02 22:11 ` Fabrice Fontaine
2018-11-03 13:28 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox