mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

commit 03e97871444146fc88b547661def488945d62d15
parent 8933aafdeed19f324cc31693a5d9203dd525b6f5
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Wed, 10 Dec 2025 17:07:13 +0000

libtermkey

Diffstat:
Afiles/libtermkey-build-static-lib.patch | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)

diff --git a/files/libtermkey-build-static-lib.patch b/files/libtermkey-build-static-lib.patch @@ -0,0 +1,24 @@ +--- a/Makefile ++++ b/Makefile +@@ -70,6 +70,9 @@ + $(LIBRARY): $(OBJECTS) + $(LIBTOOL) --mode=link --tag=CC $(CC) -rpath $(LIBDIR) -version-info $(VERSION_CURRENT):$(VERSION_REVISION):$(VERSION_AGE) $(LDFLAGS) -o $@ $^ + ++libtermkey.a: $(OBJECTS) ++ $(LIBTOOL) --mode=link $(CC) -o $@ $^ ++ + demo: $(LIBRARY) demo.lo + $(LIBTOOL) --mode=link --tag=CC $(CC) -o $@ $^ + +@@ -112,9 +115,10 @@ + install -d $(DESTDIR)$(LIBDIR)/pkgconfig + sed "s,@LIBDIR@,$(LIBDIR),;s,@INCDIR@,$(INCDIR)," <termkey.pc.in >$(DESTDIR)$(LIBDIR)/pkgconfig/termkey.pc + +-install-lib: $(LIBRARY) ++install-lib: $(LIBRARY) libtermkey.a + install -d $(DESTDIR)$(LIBDIR) + $(LIBTOOL) --mode=install install libtermkey.la $(DESTDIR)$(LIBDIR)/libtermkey.la ++ $(LIBTOOL) --mode=install install libtermkey.a $(DESTDIR)$(LIBDIR)/libtermkey.a + + install-man: + install -d $(DESTDIR)$(MAN3DIR)