From 814c44486da264ac865b63952e2e41069aa7ca6e Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Wed, 13 Apr 2011 16:51:13 +0400 Subject: Set libtool to use correct lt-macroses Signed-off-by: Alexander Smirnov Signed-off-by: Dmitry Eremin-Solenikov --- .../wireshark/files/libtool-macroses-include.patch | 23 ++++++++++++++++++++++ recipes/wireshark/wireshark_1.2.6.bb | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 recipes/wireshark/files/libtool-macroses-include.patch (limited to 'recipes/wireshark') diff --git a/recipes/wireshark/files/libtool-macroses-include.patch b/recipes/wireshark/files/libtool-macroses-include.patch new file mode 100644 index 0000000000..c284e20c20 --- /dev/null +++ b/recipes/wireshark/files/libtool-macroses-include.patch @@ -0,0 +1,23 @@ +diff -pruN wireshark-1.2.6.orig/aclocal-flags wireshark-1.2.6/aclocal-flags +--- wireshark-1.2.6.orig/aclocal-flags 2010-01-27 19:12:50.000000000 +0300 ++++ wireshark-1.2.6/aclocal-flags 2011-04-13 16:13:47.979262764 +0400 +@@ -44,6 +44,7 @@ fi + + ac_missing_dir=`dirname $0` + echo "-I $ac_missing_dir/aclocal-fallback" | tr -d '\012' | tr -d '\015' ++echo " -I $ac_missing_dir/m4" | tr -d '\012' | tr -d '\015' + + # + # If there's no "aclocal", the former will be empty; if there's no +diff -pruN wireshark-1.2.6.orig/configure.in wireshark-1.2.6/configure.in +--- wireshark-1.2.6.orig/configure.in 2011-04-13 16:29:25.646012953 +0400 ++++ wireshark-1.2.6/configure.in 2011-04-13 15:54:27.030264922 +0400 +@@ -15,6 +15,8 @@ dnl AC_CANONICAL_TARGET + AC_INIT(wireshark, 1.2.6) + AM_INIT_AUTOMAKE([1.9 tar-ustar]) + ++AC_CONFIG_MACRO_DIR([m4]) ++ + AM_DISABLE_STATIC + + dnl Checks for programs. diff --git a/recipes/wireshark/wireshark_1.2.6.bb b/recipes/wireshark/wireshark_1.2.6.bb index cbd9c6065d..4e00795039 100644 --- a/recipes/wireshark/wireshark_1.2.6.bb +++ b/recipes/wireshark/wireshark_1.2.6.bb @@ -10,7 +10,8 @@ PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2;name=src \ file://ieee80215.4.patch \ - file://fix-configure.patch " + file://fix-configure.patch \ + file://libtool-macroses-include.patch " SRC_URI[src.md5sum] = "f3e0917ed393366bbf96c53b58cb0931" SRC_URI[src.sha256sum]= "72c8178dd0614d963173d667d5ecb39bc7102453ea09da7ef3302daee7733f3c" -- cgit 1.2.3-korg