From 2495e0b27e46ef2bc0cb318a2f5fe15ce148a332 Mon Sep 17 00:00:00 2001 From: Aurelie Clodic <aurelie.clodic@gmail.com> Date: Wed, 30 Jul 2014 13:48:40 +0200 Subject: [PATCH] [wip/spark-genom] Correct PKG_OPTION_SET Correct PKG_OPTION_SET for mightability option management. That will correct oro option management too. --- spark-genom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark-genom/Makefile b/spark-genom/Makefile index 089565e1..0587887a 100644 --- a/spark-genom/Makefile +++ b/spark-genom/Makefile @@ -83,7 +83,7 @@ endef PKG_SUPPORTED_OPTIONS+= mightability PKG_OPTION_DESCR.mightability= Enable mightabilities functions -define PKG_OPTION_SET.oro +define PKG_OPTION_SET.mightability GENOM_ARGS+= -DUSE_MIGHTABILITY_MAPS endef -- GitLab