git.annexia.org
/
virt-top.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d8ef8a
)
Link with -fPIC runtime.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 18 Nov 2017 12:01:49 +0000
(12:01 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 29 Nov 2022 08:13:39 +0000
(08:13 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index
6a13bef
..
03c6362
100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-84,11
+84,14
@@
all: $(BYTE_TARGETS)
opt: $(OPT_TARGETS)
virt-top: $(OBJS)
- ocamlfind ocamlc $(OCAMLCPACKAGES) $(OCAMLCFLAGS) $(OCAMLCLIBS) -o $@ $^
+ ocamlfind ocamlc $(OCAMLCPACKAGES) $(OCAMLCFLAGS) $(OCAMLCLIBS) \
+ -runtime-variant _pic \
+ -o $@ $^
virt-top.opt: $(XOBJS)
ocamlfind ocamlopt \
$(OCAMLOPTPACKAGES) $(OCAMLOPTFLAGS) $(OCAMLOPTLIBS) \
+ -runtime-variant _pic \
-o $@ $^
# Manual page.