gentoo-ebuilds/dev-ml/ocaml-augeas/files/ocaml-augeas-0.6-flags.patch
Sam James 6f36dd9f95
dev-ml/ocaml-augeas: add 0.6
Closes: https://bugs.gentoo.org/798039
Closes: https://bugs.gentoo.org/750209
Signed-off-by: Sam James <sam@gentoo.org>
2022-10-26 11:54:16 +01:00

21 lines
593 B
Diff

http://git.annexia.org/?p=ocaml-augeas.git;a=patch;h=56c0602e972f1fae336198eb9587d71f1e36daff
From 56c0602e972f1fae336198eb9587d71f1e36daff Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Tue, 20 Aug 2019 15:06:57 +0100
Subject: [PATCH] Use ocamlopt -g option.
Originally from Fedora.
--- a/Makefile.in
+++ b/Makefile.in
@@ -34,8 +34,8 @@ LIBS = @AUGEAS_LIBS@ @LIBXML2_LIBS@ @LIBS@
OCAMLCFLAGS = -g
OCAMLCPACKAGES =
-OCAMLOPTFLAGS =
-OCAMLOPTPACKAGES =
+OCAMLOPTFLAGS = $(OCAMLCFLAGS)
+OCAMLOPTPACKAGES = $(OCAMLCPACKAGES)
OCAMLDOCFLAGS = -html -sort