Add support for 4.07.
This commit is contained in:
parent
ba008944e8
commit
0163df3ec4
2155
194223346be22fa602594897a281d7eb4f3f1b1e.patch
Normal file
2155
194223346be22fa602594897a281d7eb4f3f1b1e.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -16,6 +16,10 @@ Source0: https://github.com/camlp5/camlp5/archive/rel705.tar.gz
|
||||
# Kill -warn-error A
|
||||
Patch0: camlp5-6.11-kill-warn-error.patch
|
||||
|
||||
# Patch to add support for OCaml 4.07.
|
||||
# https://github.com/camlp5/camlp5/issues/22
|
||||
Patch1: 194223346be22fa602594897a281d7eb4f3f1b1e.patch
|
||||
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-ocamldoc
|
||||
|
||||
@ -47,6 +51,7 @@ developing applications that use %{name}.
|
||||
%setup -q -n camlp5-rel705
|
||||
find . -name .gitignore -delete
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
# Build with debug information
|
||||
sed -i 's,WARNERR="",WARNERR="-g",' configure
|
||||
|
Loading…
x
Reference in New Issue
Block a user