mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 17:55:15 +03:00
11 lines
396 B
Diff
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
|