diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/dont-rebuild-on-install.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/dont-rebuild-on-install.patch b/debian/patches/dont-rebuild-on-install.patch new file mode 100644 index 0000000..91e9487 --- /dev/null +++ b/debian/patches/dont-rebuild-on-install.patch @@ -0,0 +1,16 @@ +Description: don't rebuild on install +Author: Yadd <yadd@debian.org> +Forwarded: not-needed +Last-Update: 2024-01-18 + +--- a/llhttp/Makefile ++++ b/llhttp/Makefile +@@ -83,7 +83,7 @@ + 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 |