From 95b272241991b6f93058104faef411c452e21037 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Sat, 28 Jan 2017 23:37:56 -0700 Subject: [PATCH] Stop setting $HOME to a non-existent directory Fix a FTBFS-on-Hurd issue introduced by me in 2.18.2-5: FontForge on hurd-i386 segfaults when $HOME was set to a non-existent directory such as $(CURDIR)/no-trespassing. --- debian/rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/rules b/debian/rules index c74c571701..48ceeb3221 100755 --- a/debian/rules +++ b/debian/rules @@ -35,9 +35,6 @@ endif # START: Definitions from the old guile-1.8 (1.8.8+1-10) package ######################################################################## -# Make sure the build process doesn't touch the real HOME. -export HOME := $(CURDIR)/no-trespassing - # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -- 2.39.2