Explorar o código

cjson: add comment explaining how BUILD_SHARED_AND_STATIC_LIBS works

This was missing in commit aca8412ce27fdb216e80145933baa13c15118719
("cjson: build shared and static library").

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni %!s(int64=7) %!d(string=hai) anos
pai
achega
287775d241
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      package/cjson/cjson.mk

+ 3 - 0
package/cjson/cjson.mk

@@ -15,6 +15,9 @@ CJSON_CONF_OPTS += \
 	-DENABLE_CJSON_TEST=OFF \
 	-DENABLE_CUSTOM_COMPILER_FLAGS=OFF
 
+# If BUILD_SHARED_AND_STATIC_LIBS is set to OFF, cjson uses the
+# standard BUILD_SHARED_LIBS option which is passed by the
+# cmake-package infrastructure.
 ifeq ($(BR2_SHARED_STATIC_LIBS),y)
 CJSON_CONF_OPTS += -DBUILD_SHARED_AND_STATIC_LIBS=ON
 else