summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo-4.13a/link-zip.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-07-29 15:02:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-31 06:59:59 +0100
commit5472bdc2f0119c538d39bfe1531690bccc18ede1 (patch)
treed000c7a0dd989546f0af200607affcf9cbdf39a5 /meta/recipes-extended/texinfo/texinfo-4.13a/link-zip.patch
parentc291032022e760f61e218e2f468d79fe730c768f (diff)
downloadpoky-5472bdc2f0119c538d39bfe1531690bccc18ede1.tar.gz
texinfo: Update to 5.1
- COPYING was slightly reformated (whitespace changes only) - rebased patches - remove upstreamed patches - added pod2texi to texinfo package - get all man pages from man1 and man5 (From OE-Core rev: f192c444c2d88c49738bea4ff4c3af0cc72916de) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo-4.13a/link-zip.patch')
-rw-r--r--meta/recipes-extended/texinfo/texinfo-4.13a/link-zip.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo-4.13a/link-zip.patch b/meta/recipes-extended/texinfo/texinfo-4.13a/link-zip.patch
deleted file mode 100644
index 629d329d7c..0000000000
--- a/meta/recipes-extended/texinfo/texinfo-4.13a/link-zip.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1install-info uses symbols from zlib so must link against it.
2
3Upstream-Status: Pending
4
5Signed-off-by: Joshua Lock <josh@linux.intel.com>
6
7Index: texinfo-4.13/install-info/Makefile.am
8===================================================================
9--- texinfo-4.13.orig/install-info/Makefile.am
10+++ texinfo-4.13/install-info/Makefile.am
11@@ -28,4 +28,4 @@ AM_CPPFLAGS = \
12 -I$(top_srcdir)/gnulib/lib \
13 -I$(top_builddir)/gnulib/lib \
14 -DLOCALEDIR=\"$(localedir)\"
15-LDADD = ../lib/libtxi.a $(top_builddir)/gnulib/lib/libgnu.a $(LIBINTL)
16+LDADD = ../lib/libtxi.a $(top_builddir)/gnulib/lib/libgnu.a $(LIBINTL) -lz