[Pkg-ocaml-maint-commits] [ppx-tools] 01/02: Fix FTBFS on ppc64el

Stéphane Glondu glondu at moszumanska.debian.org
Fri Mar 27 12:32:16 UTC 2015


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

glondu pushed a commit to branch master
in repository ppx-tools.

commit 79137b202a724d19aa3181af7cd8468a07ba1069
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Mar 27 13:23:57 2015 +0100

    Fix FTBFS on ppc64el
---
 .../0001-Add-support-for-bytecode-architectures.patch       | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/patches/0001-Add-support-for-bytecode-architectures.patch b/debian/patches/0001-Add-support-for-bytecode-architectures.patch
index 6a014ed..28b2e36 100644
--- a/debian/patches/0001-Add-support-for-bytecode-architectures.patch
+++ b/debian/patches/0001-Add-support-for-bytecode-architectures.patch
@@ -3,14 +3,14 @@ Date: Fri, 27 Mar 2015 10:11:30 +0100
 Subject: Add support for bytecode architectures
 
 ---
- Makefile | 17 ++++++++++++-----
- 1 file changed, 12 insertions(+), 5 deletions(-)
+ Makefile | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
 
 diff --git a/Makefile b/Makefile
-index e166cdb..7b9727a 100644
+index e166cdb..8efe120 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -14,7 +14,14 @@ COMPFLAGS = -w +A-4-17-44-45 -I +compiler-libs -safe-string
+@@ -14,7 +14,13 @@ COMPFLAGS = -w +A-4-17-44-45 -I +compiler-libs -safe-string
  
  .PHONY: all
  all: genlifter$(EXE) dumpast$(EXE) ppx_metaquot$(EXE) rewriter$(EXE) ast_mapper_class.cmo ppx_tools.cma
@@ -18,15 +18,14 @@ index e166cdb..7b9727a 100644
 +
 +ifneq ($(ARCH),none)
 +all: ppx_tools.cmxa
-+endif
-+
 +ifeq ($(NATDYNLINK),true)
 +all: ppx_tools.cmxs
 +endif
++endif
  
  genlifter$(EXE): ppx_tools.cma genlifter.cmo
  	$(OCAMLC) $(COMPFLAGS) -o genlifter$(EXE) ocamlcommon.cma ppx_tools.cma genlifter.cmo
-@@ -73,10 +80,10 @@ clean:
+@@ -73,10 +79,10 @@ clean:
  
  INSTALL = META \
     genlifter$(EXE) dumpast$(EXE) ppx_metaquot$(EXE) rewriter$(EXE) \

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



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