Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37516896
en ru br
Репозитории ALT
S:1.7.8-alt2
5.1: 1.5.1-alt2
www.altlinux.org/Changes

Группа :: Разработка/ML
Пакет: ocaml-extlib

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: ocaml-extlib-1.7.8-alt.patch
Скачать


 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
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin