tags 621926 patch thanks
Attached is the patch which was used in Ubuntu to fix the problem. Using bash is not the cleanest solution, but for some reason I couldn't make @SHELL@ work.
Description: Use bash as the shell because it supports +=. See debbugs #621743 for additional information. Author: Ilya Barygin <bary...@gmail.com> Bug-Debian: http://bugs.debian.org/621926 --- gfarm-2.4.1.orig/makes/var.mk +++ gfarm-2.4.1/makes/var.mk @@ -10,7 +10,7 @@ metadb_client_includes = $(ldap_includes) $(postgresql_includes) metadb_client_libs = $(ldap_libs) $(postgresql_libs) -SHELL = /bin/sh +SHELL = /bin/bash RM = rm GENCAT = gencat