We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3ff71 commit 4c9bf56Copy full SHA for 4c9bf56
caml/GNUmakefile
@@ -41,6 +41,9 @@ OCAMLRUND=$(shell which ocamlrund)
41
OCAMLRUNI=$(shell which ocamlruni)
42
OCAMLYACC=$(shell which ocamlyacc)
43
ocaml/Makefile.config: ocaml/Makefile esperanto_sys.c
44
+# configure: Use /usr/bin/cpp instead of /lib/cpp
45
+ sed -e 's/\/lib\/cpp/\/usr\/bin\/cpp/g' ocaml/configure > ocaml/configure.sed
46
+ mv ocaml/configure.sed ocaml/configure
47
# configure: Do not build dynlink
48
sed -e 's/otherlibraries="dynlink"/otherlibraries=""/g' ocaml/configure > ocaml/configure.sed
49
mv ocaml/configure.sed ocaml/configure
0 commit comments