libgsasl: fix configure issue 89/27689/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 17 Sep 2014 12:16:51 +0000 (14:16 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 17 Sep 2014 12:16:51 +0000 (14:16 +0200)
Remove "-Werror" option.

Change-Id: I306b1f52227cfc21d783643620bcb73e00d50a1e
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/libgsasl/libgsasl-extraconf.inc

index fc6d6c6..e673a9c 100644 (file)
@@ -1 +1,5 @@
 inherit gettext
+
+do_configure_append() {
+    sed -i 's/AM_INIT_AUTOMAKE(\[1.10 -Wall -Werror\])/AM_INIT_AUTOMAKE(\[1.10 -Wall\])/' configure.ac
+}