repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
num
/
enable-static.patch
blob
be3ca197f4ec50b34d6fc4a4ea3e1fbe420189b2
1
diff -u a/src/Makefile b/src/Makefile
2
--- a/src/Makefile
3
+++ b/src/Makefile
4
@@ -45,7 +45,7 @@
5
endif
6
7
libnums.$(A): $(COBJS)
8
- $(OCAMLMKLIB) -oc nums $(COBJS)
9
+ $(OCAMLMKLIB) -custom -oc nums $(COBJS)
10
11
nums.cma: $(CMOS)
12
$(OCAMLMKLIB) -o nums -oc nums -linkall $(CMOS)