From 8d1b20de99141c25a0396c153bfe50a678a631bc 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: I9fb05cc046a0eb7bf638e085c74720b8798d2f99 --- strata/nfs.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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