This is an automated email from the git hooks/post-receive script. josch pushed a commit to branch master in repository dose3.
commit 4cd06d05c56780844e489fcefe74b9b409b58393 Author: Johannes Schauer <[email protected]> Date: Wed Oct 26 22:38:01 2016 +0200 debian/patches/ocaml-4.02.3+gcc-6.2.0: also adjust APPFLAGS with -lflags -runtime-variant,_pic --- debian/patches/ocaml-4.02.3+gcc-6.2.0 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 2080087..7b47e4d 100644 --- a/debian/patches/ocaml-4.02.3+gcc-6.2.0 +++ b/debian/patches/ocaml-4.02.3+gcc-6.2.0 @@ -1,16 +1,16 @@ Author: Johannes Schauer <[email protected]> Description: fix FTBFS with ocaml 4.02.3-7 and gcc 6.2.0-7 -Index: dose3/Makefile -=================================================================== ---- dose3.orig/Makefile 2016-10-26 08:17:24.227969682 +0200 -+++ dose3/Makefile 2016-10-26 20:20:57.527325311 +0200 -@@ -8,7 +8,7 @@ +--- a/Makefile ++++ b/Makefile +@@ -8,8 +8,8 @@ DIST_DIR = $(NAME)-$(VERSION) DIST_TARBALL = $(DIST_DIR).tar.gz #VERBOSE := -classic-display -OBFLAGS := $(VERBOSE) -j 10 -no-links -cflags -warn-error,FPSXY +-APPFLAGS := $(VERBOSE) -j 10 +OBFLAGS := $(VERBOSE) -j 10 -no-links -cflags -warn-error,FPSXY -lflags -runtime-variant,_pic - APPFLAGS := $(VERBOSE) -j 10 ++APPFLAGS := $(VERBOSE) -j 10 -lflags -runtime-variant,_pic #OBFLAGS := $(OBFLAGS) -tag debug #OBFLAGS := $(OBFLAGS) -tag profile + #OBFLAGS := $(OBFLAGS) -classic-display -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dose3.git _______________________________________________ Pkg-ocaml-maint-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

