From a421e08b158726c2e9f2640215fa4b36ed57056e Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 30 Jul 2014 19:24:27 -0400 Subject: [PATCH] Standardized approach to systemd unit files --- builder | 1 + trust_router | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/builder b/builder index 9a924ca..ac46689 100755 --- a/builder +++ b/builder @@ -153,6 +153,7 @@ configure_opts = ['--prefix', prefix, '--with-system-libtool', '--with-system-libltdl', '--enable-tls', '--with-gssapi='+prefix, "--with-xmltooling="+prefix, + '--with-systemdsystemunitdir=' + prefix+'/lib/systemd', ] if options.configure_opts is not None: configure_opts.extend(options.configure_opts) diff --git a/trust_router b/trust_router index 1b1ed10..43a547a 160000 --- a/trust_router +++ b/trust_router @@ -1 +1 @@ -Subproject commit 1b1ed10ddc09501a713398ab643ff7b310803b2a +Subproject commit 43a547a837323b8d628d0f38e0f97b6cbc2fa448 -- 2.1.4