diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-12-18 15:05:53 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-01-25 23:07:02 +1300 |
commit | d021262040bc092d3d79d1332bf13a019b1425c1 (patch) | |
tree | 3fdeb5bdc465eb901816bf06cfd0afa092090f9c | |
parent | 373b7efdb308fcb7607cbef63ee4d2644b46136f (diff) | |
download | buildroot-d021262040bc092d3d79d1332bf13a019b1425c1.tar.gz buildroot-d021262040bc092d3d79d1332bf13a019b1425c1.zip |
package/lcms2: remove empty variable LCMS2_CONF_OPTS
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>
-rw-r--r-- | package/lcms2/lcms2.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/lcms2/lcms2.mk b/package/lcms2/lcms2.mk index 8d0609ea1e..9a4cf5ed24 100644 --- a/package/lcms2/lcms2.mk +++ b/package/lcms2/lcms2.mk @@ -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 |