[med-svn] [pbdagcon] 04/05: Do not use -isystem while building

Afif Elghraoui afif at moszumanska.debian.org
Thu Aug 4 07:47:11 UTC 2016


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

afif pushed a commit to branch master
in repository pbdagcon.

commit 7c485db97ab0728d6470ba096d6abe67d18d9511
Author: Afif Elghraoui <afif at debian.org>
Date:   Thu Aug 4 00:41:26 2016 -0700

    Do not use -isystem while building
    
    This is unnecessary and causes build failures with GCC-6
    
    Closes: #831105
---
 debian/patches/disable-dazcon-tests.patch | 2 +-
 debian/patches/gtest-directory.patch      | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/patches/disable-dazcon-tests.patch b/debian/patches/disable-dazcon-tests.patch
index 0937528..9648bb0 100644
--- a/debian/patches/disable-dazcon-tests.patch
+++ b/debian/patches/disable-dazcon-tests.patch
@@ -5,7 +5,7 @@ Forwarded: not-needed
 Last-Update: 2015-12-10
 --- pbdagcon.orig/test/cpp/Makefile
 +++ pbdagcon/test/cpp/Makefile
-@@ -29,7 +28,7 @@
+@@ -28,7 +28,7 @@
  
  all: check
  
diff --git a/debian/patches/gtest-directory.patch b/debian/patches/gtest-directory.patch
index d061086..e18aa93 100644
--- a/debian/patches/gtest-directory.patch
+++ b/debian/patches/gtest-directory.patch
@@ -5,12 +5,11 @@ Last-Update: 2015-12-10
 
 --- pbdagcon.orig/test/cpp/Makefile
 +++ pbdagcon/test/cpp/Makefile
-@@ -6,22 +6,24 @@
+@@ -6,22 +6,23 @@
  include $(SRCDIR)/boost.mk
  include gtest.mk
  
 -GTEST_CPPFLAGS += -isystem $(GTEST_DIR)/include
-+GTEST_CPPFLAGS += -isystem /usr/include
  GTEST_CXXFLAGS += -g -Wall -Wextra -pthread
  
 -INCDIRS := -I$(PBDATA) -I$(BLASR) -I$(BOOST_HEADERS) -I$(GTEST_DIR)/include -I$(GTEST_DIR) $(EXTRA_INCDIRS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbdagcon.git



More information about the debian-med-commit mailing list