pppd: only install manpages if BR2_HAVE_MANPAGES is enabled

They do get removed in target-finalize, but we might as well not install
them in the first place.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-03-22 13:59:54 +01:00
parent 60f2fb4f94
commit a7d8592333
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
X.org updated to 7.5.
Updated/fixed packages: busybox, dosfstools, e2fsprogs,
libglib2, libpng, mtd-utils, setserial, squashfs
libglib2, libpng, mtd-utils, pppd, setserial, squashfs
Issues resolved (http://bugs.uclibc.org):

View File

@ -8,7 +8,7 @@ PPPD_VERSION = 2.4.5
PPPD_SOURCE = ppp-$(PPPD_VERSION).tar.gz
PPPD_SITE = ftp://ftp.samba.org/pub/ppp
PPPD_TARGET_BINS = chat pppd pppdump pppstats
PPPD_MANPAGES = chat pppd pppdump pppstats
PPPD_MANPAGES = $(if $(BR2_HAVE_MANPAGES),chat pppd pppdump pppstats)
PPPD_MAKE = $(MAKE) CC=$(TARGET_CC) COPTS="$(TARGET_CFLAGS)" -C $(PPPD_DIR) $(PPPD_MAKE_OPT)
ifeq ($(BR2_PACKAGE_PPPD_FILTER),y)