don't rebuild on install
authorYadd <yadd@debian.org>
Sun, 26 Jan 2025 15:18:40 +0000 (16:18 +0100)
committerJérémy Lal <kapouer@melix.org>
Sun, 26 Jan 2025 15:18:40 +0000 (16:18 +0100)
Forwarded: not-needed
Last-Update: 2024-01-18

Gbp-Pq: Name dont-rebuild-on-install.patch

llhttp/Makefile

index f3afeba481e29b9f69df6e58edc158f9456f01bf..329460c34f3b919887e6c65d9b74c922b5cc3e6e 100644 (file)
@@ -83,7 +83,7 @@ postversion: release
 generate:
        ts-node bin/generate.ts
 
-install: build/libllhttp.a build/libllhttp.so
+install:
        $(INSTALL) -d $(DESTDIR)$(INCLUDEDIR)
        $(INSTALL) -d $(DESTDIR)$(LIBDIR)
        $(INSTALL) -C build/llhttp.h $(DESTDIR)$(INCLUDEDIR)/llhttp.h