|
@@ -16,5 +16,8 @@ endef
|
|
|
|
|
|
FAKEROOT_POST_PATCH_HOOKS += FAKEROOT_PATCH_FAKEROOT_IN
|
|
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))
|
|
$(eval $(call AUTOTARGETS,package,fakeroot,host))
|
|
$(eval $(call AUTOTARGETS,package,fakeroot,host))
|