Source: arj Version: 3.10.22-21 Tags: patch upstream User: debian-cr...@lists.debian.org Usertags: ftcbfs
The last arj upload moves arj a lot closer to cross building. Unfortunately, there is a little typo that makes it still fail. Please consider applying the attached patch. Helmut
--- arj-3.10.22.orig/gnu/makefile.in +++ arj-3.10.22/gnu/makefile.in @@ -368,7 +368,7 @@ ifdef CROSS_BUILDING ARJ_FOR_BUILD_PROG = $(ARJ_FOR_BUILD_DIR)/arj$x -ARJ_FOR_BUILD_OBJS = $(patsubst %/$(ARJ_DIR),$(ARJ_FOR_BUILD_DIR)/%,$(ARJ_OBJS)) +ARJ_FOR_BUILD_OBJS = $(patsubst $(ARJ_DIR)/%,$(ARJ_FOR_BUILD_DIR)/%,$(ARJ_OBJS)) ARJ_FOR_BUILD_DEP = $(ARJ_FOR_BUILD_PROG) $(ARJ_FOR_BUILD_DIR)/arj$x: $(ARJ_FOR_BUILD_OBJS)