[Pkg-ocaml-maint-commits] [dose3] 01/01: debian/patches/ocaml-4.02.3+gcc-6.2.0: Add yet another missing linker flag

Johannes Schauer josch at moszumanska.debian.org
Thu Oct 27 01:51:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

josch pushed a commit to branch master
in repository dose3.

commit 6ba23a101c5ec4c573a0686f222406cb78309f27
Author: Johannes Schauer <josch at debian.org>
Date:   Thu Oct 27 03:47:06 2016 +0200

    debian/patches/ocaml-4.02.3+gcc-6.2.0: Add yet another missing linker flag
---
 debian/patches/ocaml-4.02.3+gcc-6.2.0 | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/patches/ocaml-4.02.3+gcc-6.2.0 b/debian/patches/ocaml-4.02.3+gcc-6.2.0
index 7b47e4d..964114b 100644
--- a/debian/patches/ocaml-4.02.3+gcc-6.2.0
+++ b/debian/patches/ocaml-4.02.3+gcc-6.2.0
@@ -14,3 +14,12 @@ Description: fix FTBFS with ocaml 4.02.3-7 and gcc 6.2.0-7
  #OBFLAGS := $(OBFLAGS) -tag debug
  #OBFLAGS := $(OBFLAGS) -tag profile
  #OBFLAGS := $(OBFLAGS) -classic-display
+@@ -274,7 +274,7 @@ credits:
+ 	@git log --pretty=format:'%aN        %aE' | LC_ALL=C sort -u | awk -F'\t' '{printf("\t%s <%s>\n",$$1,$$2)}';
+ 
+ doc: all
+-	$(OCAMLBUILD) -package unix scripts/pack.$(OCAMLEXT)
++	$(OCAMLBUILD) -package unix scripts/pack.$(OCAMLEXT) -lflags -runtime-variant,_pic
+ 	scripts/doc.sh $(OCAMLEXT)
+ 	dot -Grotate=0 -Tsvg -o dose3.docdir/index.svg dose3.docdir/index.dot
+ 	(cd doc && $(MAKE) all)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dose3.git



More information about the Pkg-ocaml-maint-commits mailing list