lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
diff options
context:
space:
mode:
authorpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2024年02月16日 14:27:56 -0300
committerpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2024年02月16日 14:27:56 -0300
commit7ca09037aab05465899d49625bb2fb16d0275707 (patch)
treeb3d0e381d42af8563484b2bd7e031a7929aed022
parent815f4221e25cad4b81a17169ba8557aed503f18c (diff)
downloadlightning-7ca09037aab05465899d49625bb2fb16d0275707.tar.gz
Correct possible problem linking check/gen_cbit
There was a report of a link failure of gen_cbit when --enable-disassembler is in default "auto" mode and some of the LDFLAGS somehow leaking to the link step of gen_cbit, that has only printf and puts calls.
Diffstat
-rw-r--r--check/Makefile.am 1
1 files changed, 1 insertions, 0 deletions
diff --git a/check/Makefile.am b/check/Makefile.am
index a6fa7a9..d43549d 100644
--- a/check/Makefile.am
+++ b/check/Makefile.am
@@ -71,6 +71,7 @@ cldstxba_LDADD = $(top_builddir)/lib/liblightning.la -lm $(SHLIB)
cldstxba_SOURCES = cldstxba.c
noinst_PROGRAMS = gen_cbit
+gen_cgit_LDADD =
gen_cbit_SOURCES = gen_cbit.c
cbit.c: gen_cbit
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月04日 17:07:05 +0000

AltStyle によって変換されたページ (->オリジナル) /