[Buildroot] [PATCH v2 1/3] package/lcms2: add support for host variant

Bernd Kuhls bernd.kuhls at t-online.de
Sun Dec 18 20:56:28 UTC 2016


Needed for upcoming ghostscript package.

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
v2: initial version

 package/lcms2/lcms2.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/lcms2/lcms2.mk b/package/lcms2/lcms2.mk
index 9a4cf5ed2..29f8ac8de 100644
--- a/package/lcms2/lcms2.mk
+++ b/package/lcms2/lcms2.mk
@@ -31,4 +31,5 @@ else
 LCMS2_CONF_OPTS += --without-zlib
 endif
 
+$(eval $(host-autotools-package))
 $(eval $(autotools-package))
-- 
2.11.0



More information about the buildroot mailing list