diff options
-rw-r--r-- | clucene/Library_clucene.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clucene/Library_clucene.mk b/clucene/Library_clucene.mk index 53da70502d2d..74e7dbc071fc 100644 --- a/clucene/Library_clucene.mk +++ b/clucene/Library_clucene.mk @@ -25,14 +25,14 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -# FIXME, need a way to suppress -Werror - $(eval $(call gb_Library_Library,clucene)) $(eval $(call gb_Library_use_external,clucene,zlib)) $(eval $(call gb_Library_add_package_headers,clucene,clucene_source)) +$(eval $(call gb_Library_set_warnings_not_errors,clucene)) + $(eval $(call gb_Library_set_include,clucene,\ -I$(WORKDIR)/CustomTarget/clucene/source/inc/internal \ -I$(WORKDIR)/CustomTarget/clucene/source/src/core \ |