projects
/
node-undici.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b581e71
)
don't rebuild on install
author
Yadd
<yadd@debian.org>
Fri, 8 Nov 2024 04:35:57 +0000
(
04:35
+0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Fri, 8 Nov 2024 04:35:57 +0000
(
04:35
+0000)
Forwarded: not-needed
Last-Update: 2024-01-18
Gbp-Pq: Name dont-rebuild-on-install.patch
llhttp/Makefile
patch
|
blob
|
history
diff --git
a/llhttp/Makefile
b/llhttp/Makefile
index f3afeba481e29b9f69df6e58edc158f9456f01bf..329460c34f3b919887e6c65d9b74c922b5cc3e6e 100644
(file)
--- a/
llhttp/Makefile
+++ b/
llhttp/Makefile
@@
-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