Skip to content
Snippets Groups Projects
Commit 0fdbd2e6 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich Committed by Daniel Golle
Browse files

rules.mk: simplify FAKEROOT command line


Since fakeroot is patched to discover related ressources relative to the
STAGING_DIR_HOST environment variable, there is no need to pass the path
to faked or the preload library manually anymore.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent f93cb5c2
No related branches found
No related tags found
No related merge requests found
...@@ -264,12 +264,7 @@ endif ...@@ -264,12 +264,7 @@ endif
BUILD_KEY=$(TOPDIR)/key-build BUILD_KEY=$(TOPDIR)/key-build
ifeq ($(HOST_OS),Darwin) FAKEROOT:=$(STAGING_DIR_HOST)/bin/fakeroot
FAKEROOT_SO:=$(STAGING_DIR_HOST)/lib/libfakeroot.dylib
else
FAKEROOT_SO:=$(STAGING_DIR_HOST)/lib/libfakeroot.so
endif
FAKEROOT:=$(STAGING_DIR_HOST)/bin/fakeroot -l $(FAKEROOT_SO) -f $(STAGING_DIR_HOST)/bin/faked
TARGET_CC:=$(TARGET_CROSS)gcc TARGET_CC:=$(TARGET_CROSS)gcc
TARGET_CXX:=$(TARGET_CROSS)g++ TARGET_CXX:=$(TARGET_CROSS)g++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment