1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 17:55:15 +03:00
aports/testing/ocaml-zarith/project.mak.patch
River Dillon 858c1988ed testing/ocaml-zarith: new aport
https://github.com/ocaml/Zarith
library implementing arithmetic and logical operations
2021-08-06 09:04:00 +00:00

11 lines
396 B
Diff

--- a/project.mak
+++ b/project.mak
@@ -112,7 +112,7 @@
ifeq ($(INSTMETH),findlib)
install:
- $(OCAMLFIND) install -destdir "$(INSTALLDIR)" zarith META $(TOINSTALL) -optional dllzarith.$(DLLSUFFIX)
+ $(OCAMLFIND) install -destdir "$(INSTALLDIR)" -ldconf "$(LDCONF)" zarith META $(TOINSTALL) -optional dllzarith.$(DLLSUFFIX)
uninstall:
$(OCAMLFIND) remove -destdir "$(INSTALLDIR)" zarith