- solve uw-imap-toolkit.
authorRonan Le Martret <ronan@fridu.net>
Tue, 10 Sep 2013 08:06:27 +0000 (10:06 +0200)
committerRonan Le Martret <ronan@fridu.net>
Tue, 10 Sep 2013 08:06:27 +0000 (10:06 +0200)
meta-wrt-tizen/recipes-wrt/uw-imap-toolkit/uw-imap-toolkit-extraconf.inc

index a556d9c..79dd185 100644 (file)
@@ -1 +1,5 @@
-EXTRA_OECONF_LAST = "--build=${BUILD_SYS} --host=${HOST_SYS}"
\ No newline at end of file
+EXTRA_OECONF_LAST = "--build=${BUILD_SYS} --host=${HOST_SYS}"
+
+do_patch_append () {
+ sed -e 's,-I$(includedir)/openssl,-I${STAGING_DIR_HOST}$(includedir)/openssl ,' -i ${S}/Makefile.am
+}