Skip to content

Commit

Permalink
tools: fakeroot: pass paths of libfakeroot.so and faked
Browse files Browse the repository at this point in the history
Fixes: 9e7ef46 ("tools: add fakeroot")
Signed-off-by: Daniel Golle <[email protected]>
  • Loading branch information
dangowrt committed Sep 1, 2020
1 parent 93ed51e commit 5587f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5587f19

Please sign in to comment.