mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-04 10:53:30 +08:00
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:
parent
60f2fb4f94
commit
a7d8592333
2
CHANGES
2
CHANGES
@ -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):
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user