diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-01-27 20:03:41 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2009-02-16 10:10:17 +0300 |
commit | f17d18964665b071fb8c899cf209133521130199 (patch) | |
tree | 20f4444c143f5e466a793834f6c66caa9afbb1ff /packages/wireshark/files/libtool-fix.patch | |
parent | 8b12893071b868cd76e88155fcdc2ae2acc3ff1d (diff) |
wireshare: fix building with current toolchain
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'packages/wireshark/files/libtool-fix.patch')
-rw-r--r-- | packages/wireshark/files/libtool-fix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/wireshark/files/libtool-fix.patch b/packages/wireshark/files/libtool-fix.patch new file mode 100644 index 0000000000..4a978bad92 --- /dev/null +++ b/packages/wireshark/files/libtool-fix.patch @@ -0,0 +1,14 @@ +Index: wireshark-0.99.4/configure.in +=================================================================== +--- wireshark-0.99.4.orig/configure.in 2009-01-05 01:23:50.887336868 +0300 ++++ wireshark-0.99.4/configure.in 2009-01-05 01:24:03.136385630 +0300 +@@ -16,8 +16,7 @@ dnl Checks for programs. + AC_PROG_CC + AC_PROG_CPP + dnl Work around libtool bug (fixed in the version 1.5a?) +-AC_DEFUN([AC_PROVIDE_AC_LIBTOOL_DLOPEN], ) +-AC_LIBTOOL_DLOPEN ++LT_INIT([dlopen]) + AC_PROG_LIBTOOL + AC_PROG_YACC + AM_PROG_LEX |