mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
tools: fakeroot: pass paths of libfakeroot.so and faked
Fixes: 9e7ef46065
("tools: add fakeroot")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
93ed51e5b6
commit
5587f19c36
2
rules.mk
2
rules.mk
@ -264,7 +264,7 @@ endif
|
||||
|
||||
BUILD_KEY=$(TOPDIR)/key-build
|
||||
|
||||
FAKEROOT:=$(STAGING_DIR_HOST)/bin/fakeroot
|
||||
FAKEROOT:=$(STAGING_DIR_HOST)/bin/fakeroot -l $(STAGING_DIR_HOST)/lib/libfakeroot.so -f $(STAGING_DIR_HOST)/bin/faked
|
||||
TARGET_CC:=$(TARGET_CROSS)gcc
|
||||
TARGET_CXX:=$(TARGET_CROSS)g++
|
||||
KPATCH:=$(SCRIPT_DIR)/patch-kernel.sh
|
||||
|
Loading…
Reference in New Issue
Block a user