From 6a9f3738dae2818a2e8ebbec7fd6a82231d3b9fd Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 23 Nov 2017 17:36:18 +0000 Subject: Fix elements where we can't run autoreconf BuildStream changed its defaults in be08caa06d6b8ba780aa so that autoreconf always runs. A few components need fixing as a result, mostly those which were not correctly depending on autotools --- strata/foundation/rsync.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'strata/foundation/rsync.morph') diff --git a/strata/foundation/rsync.morph b/strata/foundation/rsync.morph index 54337412..0060e386 100644 --- a/strata/foundation/rsync.morph +++ b/strata/foundation/rsync.morph @@ -1,6 +1,8 @@ name: rsync kind: chunk build-system: autotools +configure-commands: +- ./configure --prefix="$PREFIX" build-commands: - make proto - make -- cgit v1.2.1