From: Fabrice Fontaine Date: Tue, 3 Sep 2019 18:08:04 +0000 (+0200) Subject: package/libvips: remove unrecognized --enable-cxx X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4e371ca87a709166dc5109c368550b7c9d12e8f;p=buildroot.git package/libvips: remove unrecognized --enable-cxx 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 Signed-off-by: Peter Korsgaard --- 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