From ac39d0bcd2271244d88d1edfcddd35c2a5352187 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 14 Jan 2010 13:13:54 -0700 Subject: man: fix ldflags typo Signed-off-by: Chris Larson --- recipes/man/man_1.5p.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/man') diff --git a/recipes/man/man_1.5p.bb b/recipes/man/man_1.5p.bb index c3412a5806..5b4c256b97 100644 --- a/recipes/man/man_1.5p.bb +++ b/recipes/man/man_1.5p.bb @@ -3,7 +3,7 @@ SECTION = "base" DESCRIPTION = "The man page suite, including man, apropos, \ and whatis consists of programs that are used to read most \ of the documentation available on a Linux system." -PR = "r4" +PR = "r5" RDEPENDS_${PN} = "less groff" # Note: The default man.conf uses wrong names for GNU eqn and troff, @@ -14,7 +14,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/man/man-${PV}.tar.bz2 \ # Disable parallel make or it tries to link objects before they are built PARALLEL_MAKE = "" -EXTRA_OEMAKE = 'LFDLAGS="${LDFLAGS}"' +EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' GS = "-DGREPSILENT=\"q\"" DEFS = "-DUSG -DDO_COMPRESS ${GS}" -- cgit v1.2.3