From 9d4da905a6d93e63c74fdcc0974dcb9fbd0c3c3c Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 23 Apr 2015 06:15:40 +0000 Subject: nfs: Fix compilation issue with nfs-utils Connecting to the nfs server would fail because one of the services would segfault, because nfs-utils used a pointer before checking whether it was NULL, and gcc would later optimise away the null pointer check. Change-Id: Ia007fc9c33012daf56f65677ab138f706a7a0263 --- strata/nfs.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strata/nfs.morph') diff --git a/strata/nfs.morph b/strata/nfs.morph index 0d04812b..9b9aa248 100644 --- a/strata/nfs.morph +++ b/strata/nfs.morph @@ -23,7 +23,7 @@ chunks: - name: nfs-utils morph: strata/nfs/nfs-utils.morph repo: upstream:nfs-utils - ref: 08baf3bc2f66a1ca6401191e19380028d2fc2c6d + ref: 0da9f20a22bb32b2da6b587b4e85dafde087c0f7 unpetrify-ref: baserock/master build-depends: - libevent -- cgit v1.2.1