public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH 3/4] tcl: install private headers for expect to use in build
Date: Thu, 30 Oct 2025 11:18:29 +0100	[thread overview]
Message-ID: <20251030101830.30837-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20251030101830.30837-1-adolf.belka@ipfire.org>

- expect looks for both the public and private headers so make install-private-headers
   added into lfs.
- Update of rootfile

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/tcl | 7 +++++++
 lfs/tcl                     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/config/rootfiles/common/tcl b/config/rootfiles/common/tcl
index e01d7cfa2..e64e428c1 100644
--- a/config/rootfiles/common/tcl
+++ b/config/rootfiles/common/tcl
@@ -16,12 +16,19 @@ usr/bin/tclsh8.6
 #usr/include/pqStubs.h
 #usr/include/tcl.h
 #usr/include/tclDecls.h
+#usr/include/tclInt.h
+#usr/include/tclIntDecls.h
+#usr/include/tclIntPlatDecls.h
 #usr/include/tclOO.h
 #usr/include/tclOODecls.h
+#usr/include/tclOOInt.h
+#usr/include/tclOOIntDecls.h
 #usr/include/tclPlatDecls.h
+#usr/include/tclPort.h
 #usr/include/tclThread.h
 #usr/include/tclTomMath.h
 #usr/include/tclTomMathDecls.h
+#usr/include/tclUnixPort.h
 #usr/include/tdbc.h
 #usr/include/tdbcDecls.h
 #usr/include/tdbcInt.h
diff --git a/lfs/tcl b/lfs/tcl
index b02f11ac0..1cf940ed2 100644
--- a/lfs/tcl
+++ b/lfs/tcl
@@ -80,8 +80,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP)/unix && ./configure --prefix=$(PREFIX)
 	cd $(DIR_APP)/unix && make $(MAKETUNING)
 	cd $(DIR_APP)/unix && make install
-ifneq "$(ROOT)" ""
 	cd $(DIR_APP)/unix && make install-private-headers
+ifneq "$(ROOT)" ""
 	ln -sf tclsh8.6 $(TOOLS_DIR)/bin/tclsh
 else
 	ln -sf tclsh8.6 /usr/bin/tclsh
-- 
2.51.1



  parent reply	other threads:[~2025-10-30 10:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-30 10:18 [PATCH 1/4] expect: Allow build of expect for swtpm Adolf Belka
2025-10-30 10:18 ` [PATCH 2/4] make.sh: Add expect into the lfsmake2 list Adolf Belka
2025-10-30 10:18 ` Adolf Belka [this message]
2025-10-30 10:18 ` [PATCH 4/4] core199: Ship expect and tcl Adolf Belka

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=20251030101830.30837-3-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /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