All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libvips: remove unrecognized --enable-cxx
@ 2019-09-03 18:08 Fabrice Fontaine
  2019-09-03 20:48 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-09-03 18:08 UTC (permalink / raw)
  To: buildroot

Remove --enable-cxx, this option has been removed since version 8.1 and
https://github.com/libvips/libvips/commit/346a9e70c0b096f84127449488e7dce6968d91c7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libvips/libvips.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/libvips/libvips.mk b/package/libvips/libvips.mk
index 269b0866c8..3e6af4131d 100644
--- a/package/libvips/libvips.mk
+++ b/package/libvips/libvips.mk
@@ -41,10 +41,6 @@ LIBVIPS_DEPENDENCIES = \
 	host-pkgconf expat libglib2 \
 	$(TARGET_NLS_DEPENDENCIES)
 
-# --disable-cxx is broken upstream
-# https://github.com/jcupitt/libvips/issues/231
-LIBVIPS_CONF_OPTS += --enable-cxx
-
 ifeq ($(BR2_PACKAGE_JPEG),y)
 LIBVIPS_CONF_OPTS += --with-jpeg
 LIBVIPS_DEPENDENCIES += jpeg
-- 
2.23.0.rc1

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

* [Buildroot] [PATCH 1/1] package/libvips: remove unrecognized --enable-cxx
  2019-09-03 18:08 [Buildroot] [PATCH 1/1] package/libvips: remove unrecognized --enable-cxx Fabrice Fontaine
@ 2019-09-03 20:48 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-09-03 20:48 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Remove --enable-cxx, this option has been removed since version 8.1 and
 > https://github.com/libvips/libvips/commit/346a9e70c0b096f84127449488e7dce6968d91c7

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-09-03 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 18:08 [Buildroot] [PATCH 1/1] package/libvips: remove unrecognized --enable-cxx Fabrice Fontaine
2019-09-03 20:48 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.