biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / ocaml-modules / num / enable-static.patch
blobbe3ca197f4ec50b34d6fc4a4ea3e1fbe420189b2
1 diff -u a/src/Makefile b/src/Makefile
2 --- a/src/Makefile
3 +++ b/src/Makefile
4 @@ -45,7 +45,7 @@
5 endif
7 libnums.$(A): $(COBJS)
8 - $(OCAMLMKLIB) -oc nums $(COBJS)
9 + $(OCAMLMKLIB) -custom -oc nums $(COBJS)
11 nums.cma: $(CMOS)
12 $(OCAMLMKLIB) -o nums -oc nums -linkall $(CMOS)