From: Chris Larson Date: Thu, 14 Jan 2010 20:13:54 +0000 (-0700) Subject: man: fix ldflags typo X-Git-Tag: Release-2010-05/1~802 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac39d0bcd2271244d88d1edfcddd35c2a5352187;p=openembedded.git man: fix ldflags typo Signed-off-by: Chris Larson --- 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}"