Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37535031
en ru br
ALT Linux repositórios
S:1.7.8-alt2
5.0: 1.5.1-alt2

Group :: Desenvolvimento/ML
RPM: ocaml-extlib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: ocaml-extlib-1.7.8-alt.patch
Download


 Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index a8ebfc1..34cc867 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,10 @@ ifdef minimal
 MODULES := $(filter-out base64 unzip uChar uTF8, $(MODULES))
 endif
 
+ifndef OCAMLFIND
+    OCAMLFIND := ocamlfind
+endif
+
 CPPO_ARGS := $(shell ocaml configure.ml -cppo-args)
 CPPO := cppo $(CPPO_ARGS)
 
@@ -58,7 +62,7 @@ extBytes.mli: extBytes.ml
 	$(OCAMLC) -i $< > $@
 
 install:
-	ocamlfind install -patch-version $(VERSION) extlib META extLib.cma $(MLI) $(CMI) -optional extLib.cmxa $(CMX) extLib.cmxs extLib.a extLib.lib $(CMT) $(CMTI)
+	$(OCAMLFIND) install $(OCAMLFIND_INSTFLAGS) -patch-version $(VERSION) extlib META extLib.cma $(MLI) $(CMI) -optional extLib.cmxa $(CMX) extLib.cmxs extLib.a extLib.lib $(CMT) $(CMTI)
 
 uninstall:
 	ocamlfind remove extlib
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009