mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
pppd: install to staging
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3861a0a0cc
commit
e63802618d
@ -11,6 +11,7 @@ PPPD_LICENSE = LGPLv2+ LGPL BSD-4c BSD-3c GPLv2+
|
|||||||
PPPD_LICENSE_FILES = pppd/tdb.c pppd/plugins/pppoatm/COPYING \
|
PPPD_LICENSE_FILES = pppd/tdb.c pppd/plugins/pppoatm/COPYING \
|
||||||
pppdump/bsd-comp.c pppd/ccp.c pppd/plugins/passprompt.c
|
pppdump/bsd-comp.c pppd/ccp.c pppd/plugins/passprompt.c
|
||||||
|
|
||||||
|
PPPD_INSTALL_STAGING = YES
|
||||||
PPPD_TARGET_BINS = chat pppd pppdump pppstats
|
PPPD_TARGET_BINS = chat pppd pppdump pppstats
|
||||||
PPPD_RADIUS_CONF = dictionary dictionary.ascend dictionary.compat \
|
PPPD_RADIUS_CONF = dictionary dictionary.ascend dictionary.compat \
|
||||||
dictionary.merit dictionary.microsoft \
|
dictionary.merit dictionary.microsoft \
|
||||||
@ -92,4 +93,8 @@ define PPPD_INSTALL_TARGET_CMDS
|
|||||||
$(PPPD_INSTALL_RADIUS)
|
$(PPPD_INSTALL_RADIUS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define PPPD_INSTALL_STAGING_CMDS
|
||||||
|
$(MAKE) INSTROOT=$(STAGING_DIR)/ -C $(@D) $(PPPD_MAKE_OPT) install-devel
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user