You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
865 B

--- a/setup/setup.ml 2007-08-07 19:25:13.000000000 +0200
+++ b/setup/setup.ml 2007-08-07 19:24:59.000000000 +0200
@@ -5,8 +5,8 @@
value port = ref 2316;
value default_lang = ref "en";
-value setup_dir = ref ".";
-value bin_dir = ref "";
+value setup_dir = ref "/usr/share/geneweb";
+value bin_dir = ref "/usr/bin";
value lang_param = ref "";
value only_file = ref "";
--- a/tools/Makefile.inc.unix 2017-03-06 08:15:45.334667626 +0100
+++ b/tools/Makefile.inc.unix 2017-03-06 08:16:10.162223399 +0100
@@ -6,11 +6,11 @@
CAMLP5F=-DUNIX
CAMLP5D=+camlp5
LIBUNIX=-cclib -lunix
-OCAMLC=ocamlc.opt -w -3 -warn-error +a-52 -safe-string
-OCAMLOPT=ocamlopt.opt -w -3 -warn-error +a-52 -safe-string
+OCAMLC=ocamlc.opt -w -3 -safe-string
+OCAMLOPT=ocamlopt.opt -w -3 -safe-string
OCAMLI=
OCAMLD=
-STRIP=strip
+STRIP=true
RM=/bin/rm -f
EXE=
STATIC=-ccopt -static