Codebase list xkeycaps / d3c7bbb
Imakefile: teach ComplexProgramTarget about LDFLAGS. Spotted by blhc. Christoph Berg 4 years ago
3 changed file(s) with 18 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 xkeycaps (2.47-7) UNRELEASED; urgency=medium
1
2 * Imakefile: teach ComplexProgramTarget about LDFLAGS. Spotted by blhc.
3
4 -- Christoph Berg <myon@debian.org> Mon, 24 Jun 2019 11:41:15 +0200
5
06 xkeycaps (2.47-6) unstable; urgency=medium
17
28 [ Ondřej Nový ]
0 --- a/Imakefile
1 +++ b/Imakefile
2 @@ -356,6 +356,8 @@ LOCAL_LIBRARIES = $(XAWLIB) $(XTOOLLIB)
3 /**/# COMPRESS = gzip --verbose --best
4 /**/# COMPRESS_EXT = gz
5
6 +# teach ComplexProgramTarget about LDFLAGS
7 +LDOPTIONS += $(LDFLAGS)
8 ComplexProgramTarget(xkeycaps)
9
10 all-kbds.o: kbddef.h $(KBDIR)/all-kbds.h $(ALL_KBDS)
0 ldflags
01 man.patch
12 max8