mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
package/tar: Depends on MMU
Fixes misc.o: In function `_xfork': misc.c:(.text+0x614): undefined reference to `_fork' ../lib/libtar.a(rtapelib.o): In function `_rmt_open__': rtapelib.c:(.text+0x6d2): undefined reference to `_fork' To reproduce use this defconfig http://autobuild.buildroot.net/results/8d5/8d5ad404fab7ec2a501972ba9c08b0109e420b80/defconfig Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
921d618566
commit
916b21a7fb
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_TAR
|
config BR2_PACKAGE_TAR
|
||||||
bool "tar"
|
bool "tar"
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
A program that saves many files together into a single tape or disk
|
A program that saves many files together into a single tape or disk
|
||||||
archive, and can restore individual files from the archive.
|
archive, and can restore individual files from the archive.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user