diff options
author | Chris Larson <clarson@mvista.com> | 2010-01-14 13:13:54 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2010-01-22 09:39:09 -0700 |
commit | ac39d0bcd2271244d88d1edfcddd35c2a5352187 (patch) | |
tree | 1593bce850f76eddb602531e70ad9c155afc0c9e /recipes/man | |
parent | 8cb2e3b5d373a1ee2b862684844c2e652a2f72f2 (diff) |
man: fix ldflags typo
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/man')
-rw-r--r-- | recipes/man/man_1.5p.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |