Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/mstpd: fix install path
@ 2022-07-09 15:55 Francois Perrad
  2022-07-09 19:14 ` Colin Foster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Francois Perrad @ 2022-07-09 15:55 UTC (permalink / raw)
  To: buildroot

note: the current configuration works only if BR2_ROOTFS_MERGED_USR is enabled
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/mstpd/mstpd.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/mstpd/mstpd.mk b/package/mstpd/mstpd.mk
index 907d09424..22c91a639 100644
--- a/package/mstpd/mstpd.mk
+++ b/package/mstpd/mstpd.mk
@@ -10,4 +10,7 @@ MSTPD_AUTORECONF = YES
 MSTPD_LICENSE = GPL-2.0, RSA Data Security (md5)
 MSTPD_LICENSE_FILES = LICENSE hmac_md5.c
 
+# mstpd requires that it is installed into /sbin, not /usr/sbin
+MSTPD_CONF_OPTS = --sbindir=/sbin
+
 $(eval $(autotools-package))
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-08-10 15:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-09 15:55 [Buildroot] [PATCH] package/mstpd: fix install path Francois Perrad
2022-07-09 19:14 ` Colin Foster
2022-07-18 10:20 ` Thomas Petazzoni via buildroot
2022-08-10 15:29 ` Peter Korsgaard

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