projects
/
openwrt
/
staging
/
981213.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5587f19
)
build: unbreak fakeroot in SDK
author
Daniel Golle
<
[email protected]
>
Tue, 1 Sep 2020 03:08:47 +0000
(
04:08
+0100)
committer
Daniel Golle
<
[email protected]
>
Tue, 1 Sep 2020 03:10:41 +0000
(
04:10
+0100)
Using fakeroot without passing the paths to libfakeroot.sh and faked
causes havoc. Use the $(FAKEROOT) Make variable which includes them.
Fixes: 353ce2e521 ("build: ipkg-build use fakeroot with PKG_FILE_MODES")
Signed-off-by: Daniel Golle <
[email protected]
>
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index 3a12db367658e630ad06522903ad360239f138e5..703aeb6816254abc1698c87e2cc72faeee6832eb 100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-250,7
+250,7
@@
define Image/mkfs/squashfs
"$(call mkfs_target_dir,$(1))" >
[email protected]
echo "$(Image/mkfs/squashfs-common)" >>
[email protected]
chmod +x
[email protected]
- $(
STAGING_DIR_HOST)/bin/fakeroot
[email protected]
+ $(
FAKEROOT) "
[email protected]
"
endef
else
define Image/mkfs/squashfs