From: Stephen Walker Date: Mon, 5 May 2014 23:35:37 +0000 (+0000) Subject: [packages] libotr: remove host paths to fix buildbot bustage X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=224d797b6a7cbbb80fcb358c31007ac8dfeb84b4;p=openwrt%2Fsvn-archive%2Farchive.git [packages] libotr: remove host paths to fix buildbot bustage Signed-off-by: Stephen Walker SVN-Revision: 40707 --- diff --git a/libs/libotr/patches/001-no-host-paths.patch b/libs/libotr/patches/001-no-host-paths.patch new file mode 100644 index 0000000000..87c65b6af7 --- /dev/null +++ b/libs/libotr/patches/001-no-host-paths.patch @@ -0,0 +1,8 @@ +--- a/toolkit/Makefile.am ++++ b/toolkit/Makefile.am +@@ -1,4 +1,4 @@ +-INCLUDES = -I$(includedir) -I../src @LIBGCRYPT_CFLAGS@ ++INCLUDES = -I../src @LIBGCRYPT_CFLAGS@ + + noinst_HEADERS = aes.h ctrmode.h parse.h sesskeys.h readotr.h sha1hmac.h +