mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] rauc: pin remaining configure options
@ 2022-06-16 14:18 Enrico Jorns
  2022-06-16 14:18 ` [ptxdist] [PATCH 2/2] host-rauc: " Enrico Jorns
  2022-06-20  6:19 ` [ptxdist] [APPLIED] rauc: " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Enrico Jorns @ 2022-06-16 14:18 UTC (permalink / raw)
  To: ptxdist; +Cc: ejo, jlu

Done using scripts/configure_helper.py --pkg rauc

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
---
 rules/rauc.make | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/rules/rauc.make b/rules/rauc.make
index f74f6b62c..41b76de7c 100644
--- a/rules/rauc.make
+++ b/rules/rauc.make
@@ -39,15 +39,20 @@ RAUC_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	--enable-debug=info \
 	$(GLOBAL_LARGE_FILE_OPTION) \
+	--enable-compile-warnings=yes \
+	--disable-Werror \
 	--disable-code-coverage \
 	--disable-valgrind \
 	--$(call ptx/endis,PTXCONF_RAUC_SERVICE)-service \
+	--disable-create \
 	--$(call ptx/endis,PTXCONF_RAUC_NETWORK)-network \
 	--$(call ptx/endis,PTXCONF_RAUC_JSON)-json \
 	--$(call ptx/endis,PTXCONF_RAUC_GPT)-gpt \
+	--with-gcov=gcov \
 	--with-systemdunitdir=/usr/lib/systemd/system \
 	--with-dbuspolicydir=/usr/share/dbus-1/system.d \
-	--with-dbussystemservicedir=/usr/share/dbus-1/system-services
+	--with-dbussystemservicedir=/usr/share/dbus-1/system-services \
+	--with-dbusinterfacesdir=/usr/share/dbus-1/interfaces
 
 $(STATEDIR)/rauc.prepare:
 	@$(call targetinfo)
-- 
2.30.2




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-20  6:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16 14:18 [ptxdist] [PATCH 1/2] rauc: pin remaining configure options Enrico Jorns
2022-06-16 14:18 ` [ptxdist] [PATCH 2/2] host-rauc: " Enrico Jorns
2022-06-20  6:19   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-06-20  6:19 ` [ptxdist] [APPLIED] rauc: " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox