[Pkg-ocaml-maint-commits] [dose3] 01/01: debian/patches/ocaml-4.02.3+gcc-6.2.0: also adjust APPFLAGS with -lflags -runtime-variant, _pic
Johannes Schauer
josch at moszumanska.debian.org
Wed Oct 26 20:38:04 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 4cd06d05c56780844e489fcefe74b9b409b58393
Author: Johannes Schauer <josch at debian.org>
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 <josch at debian.org>
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
More information about the Pkg-ocaml-maint-commits
mailing list