Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "J. Neuschäfer via buildroot" <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: "J. Neuschäfer" <j.neuschaefer@gmx.net>
Subject: [Buildroot] [PATCH RESEND] package/tipidee: Load config from /etc, not /usr/etc
Date: Tue, 06 Aug 2024 00:16:05 +0200	[thread overview]
Message-ID: <20240806-tipidee-fixes-v1-1-7f50779b0484@gmx.net> (raw)

--prefix influences the default of --sysconfdir, so we need to specify
--sysconfdir=/etc explicitly.

Fixes: 17deaf60f6 ("tipidee: new package")
Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
---
 package/tipidee/tipidee.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/tipidee/tipidee.mk b/package/tipidee/tipidee.mk
index 1e15782aa4..748c29c4f1 100644
--- a/package/tipidee/tipidee.mk
+++ b/package/tipidee/tipidee.mk
@@ -12,6 +12,7 @@ TIPIDEE_DEPENDENCIES = skalibs

 TIPIDEE_CONF_OPTS = \
 	--prefix=/usr \
+	--sysconfdir=/etc \
 	--with-sysdeps=$(STAGING_DIR)/lib/skalibs/sysdeps \
 	--with-include=$(STAGING_DIR)/include \
 	--with-dynlib=$(STAGING_DIR)/lib \

---
base-commit: eb519ad7cc716347dbf0f9707ff282a97b21f623
change-id: 20240718-tipidee-fixes-5299c39ca2bb

Best regards,
--
J. Neuschäfer <j.neuschaefer@gmx.net>

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

             reply	other threads:[~2024-08-05 22:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-05 22:16 J. Neuschäfer via buildroot [this message]
2024-08-06 10:16 ` [Buildroot] [PATCH RESEND] package/tipidee: Load config from /etc, not /usr/etc Thomas Petazzoni via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240806-tipidee-fixes-v1-1-7f50779b0484@gmx.net \
    --to=buildroot@buildroot.org \
    --cc=j.neuschaefer@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox