diff options
Diffstat (limited to 'package/fakeroot')
-rw-r--r-- | package/fakeroot/Config.in | 6 | ||||
-rw-r--r-- | package/fakeroot/fakeroot.mk | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/package/fakeroot/Config.in b/package/fakeroot/Config.in deleted file mode 100644 index 186b717d4..000000000 --- a/package/fakeroot/Config.in +++ /dev/null @@ -1,6 +0,0 @@ -config BR2_PACKAGE_FAKEROOT - bool "fakeroot" - help - Run commands in an environment faking root privileges. - - http://joostje.op.het.net/fakeroot/ diff --git a/package/fakeroot/fakeroot.mk b/package/fakeroot/fakeroot.mk index 8061443d7..29e9e5beb 100644 --- a/package/fakeroot/fakeroot.mk +++ b/package/fakeroot/fakeroot.mk @@ -16,5 +16,8 @@ endef FAKEROOT_POST_PATCH_HOOKS += FAKEROOT_PATCH_FAKEROOT_IN +# The package for the target cannot be selected (build problems when +# largefile is enabled), but is needed for the host package to work +# due to deficiencies in the package infrastructure. $(eval $(call AUTOTARGETS,package,fakeroot)) $(eval $(call AUTOTARGETS,package,fakeroot,host)) |