mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-26 02:52:32 +01:00
12 lines
396 B
Diff
12 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
|