package/lcms2: remove empty variable LCMS2_CONF_OPTS
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 18 Dec 2016 14:05:53 +0000 (15:05 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 25 Jan 2017 10:07:02 +0000 (23:07 +1300)
Introduced 2013 with the commit adding this package
https://git.buildroot.net/buildroot/commit/package/lcms2?id=901282aa6e330c5e61ab25a83ba68e443cb3aec2
without any notice why it is needed.

The package compiles fine without it so let's remove it.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/lcms2/lcms2.mk

index 8d0609ea1e12686a83cc16c0d894097ebadffa33..9a4cf5ed24ac5ada4a06a2d974586b229084f38f 100644 (file)
@@ -10,8 +10,6 @@ LCMS2_LICENSE = MIT
 LCMS2_LICENSE_FILES = COPYING
 LCMS2_INSTALL_STAGING = YES
 
-LCMS2_CONF_OPTS = \
-
 ifeq ($(BR2_PACKAGE_JPEG),y)
 LCMS2_CONF_OPTS += --with-jpeg
 LCMS2_DEPENDENCIES += jpeg