From a6966c50341faee46798764b613238161f6e868e Mon Sep 17 00:00:00 2001 From: larrybr Date: Sat, 9 Apr 2022 03:12:40 +0000 Subject: [PATCH] Fix TCL extension build issue. FossilOrigin-Name: 0b3bb0e793f8c7fd79042322b7748a75d17a3c3d0752cfb0f2c544af49b1d6d6 --- Makefile.in | 4 ++-- manifest | 12 ++++++------ manifest.uuid | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index a56b01ef98..2e024bb498 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,7 +57,7 @@ LIBTCL = @TCL_LIB_SPEC@ # that will run on the target platform. It relies on no in-tree includes, # using only pre-glommed source/header files in the current directory. TCCX = ${CC} ${CFLAGS} -fPIC -shared -I. @TCL_INCLUDE_SPEC@ -TCCX += @EXTENSION_DEBUG@ $(LIBTCL) +TCCX += @EXTENSION_DEBUG@ # Compiler options needed for programs that use the readline() library. # @@ -1258,7 +1258,7 @@ tclshext.c: $(TOP)/ext/misc/tclshext.c.in $(TOP)/src/tclsqlite.c $(MKSHELL_TOOL) $(TOP)/ext/misc/tclshext.c.in > $@ tclshext$(SHLIB_SUFFIX): tclshext.c shx_link.h - $(TCCX) $(TCLEXT_OPTS) tclshext.c -o $@ + $(TCCX) $(TCLEXT_OPTS) tclshext.c -o $@ $(LIBTCL) # Rules to build the 'testfixture' application. # diff --git a/manifest b/manifest index 055fa988f9..fa048f198e 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C For\sshell\sextensions,\sgenerate\sa\ssingle-file\sheader.\sFor\sTCL\sextension,\sprovide\sMakefile\starget,\sand\smake\sTk\sopt-in\srather\sthan\sdefault.\s(a\sWIP) -D 2022-04-09T02:31:50.173 +C Fix\sTCL\sextension\sbuild\sissue. +D 2022-04-09T03:12:40.948 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 -F Makefile.in eac9e7e2b337314bcfa445c5cfb52417c9a3b208f11d577eb51137e2b69662ec +F Makefile.in 45a1174d1eb69015620b82a87f598e7558137e5ff0276ca622e976649cf7c30f F Makefile.linux-gcc f609543700659711fbd230eced1f01353117621dccae7b9fb70daa64236c5241 F Makefile.msc 689726a2785027e0eb34ea9ce8e67ac94bc4aebbaa6def20ddb6fa9f7b0c43b5 F README.md 2dd87a5c1d108b224921f3dd47dea567973f706e1f6959386282a626f459a70c @@ -1951,8 +1951,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P ad8b48d6326b253e5d62dd262130820e4e6e56896abf17ddc6f1f7802204503a -R 4ed9420c03213a06d36bd8ef7f0cba49 +P 2cd49df502a7cd250c453cbbd6a2651e588d69dd755bbdf5a55b58715e548760 +R 9e007e781c4f098c2fd1d0e6fa36b03e U larrybr -Z 26a14ee919721f442cbec402bfe3cacc +Z 0a2834b5db7d2e730016c4d403bccffd # Remove this line to create a well-formed Fossil manifest. diff --git a/manifest.uuid b/manifest.uuid index 1a3cc18d0b..b4bf416bdc 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -2cd49df502a7cd250c453cbbd6a2651e588d69dd755bbdf5a55b58715e548760 \ No newline at end of file +0b3bb0e793f8c7fd79042322b7748a75d17a3c3d0752cfb0f2c544af49b1d6d6 \ No newline at end of file -- 2.47.3