[cpl] 01/01: Propagate CPPFLAGS on cpldfs to fortify it.

Ole Streicher olebole-guest at alioth.debian.org
Tue Aug 27 05:17:34 UTC 2013


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

olebole-guest pushed a commit to branch debian
in repository cpl.

commit b7c7e6224943d1083bafd2386593aabcd104e023
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Aug 27 07:17:27 2013 +0200

    Propagate CPPFLAGS on cpldfs to fortify it.
---
 debian/patches/fortify.patch |   16 ++++++++++++++++
 debian/patches/series        |    1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/fortify.patch b/debian/patches/fortify.patch
new file mode 100644
index 0000000..9a2a0d2
--- /dev/null
+++ b/debian/patches/fortify.patch
@@ -0,0 +1,16 @@
+Author: Ole Streicher <debian at liska.ath.cx>
+Description: Propagate CPPFLAGS on cpldfs to fortify it.
+--- a/cpldfs/Makefile.am
++++ b/cpldfs/Makefile.am
+@@ -30,9 +30,8 @@
+ 
+ SUBDIRS = tests
+ 
+-CPPFLAGS = -DCX_LOG_DOMAIN=\"CplDfs\"
+-
+-AM_CPPFLAGS = $(CPLDFS_INCLUDES) $(CPLUI_INCLUDES) \
++AM_CPPFLAGS = -DCX_LOG_DOMAIN=\"CplDfs\" \
++              $(CPLDFS_INCLUDES) $(CPLUI_INCLUDES) \
+               $(CPLCORE_INCLUDES) $(CX_INCLUDES) $(CFITSIO_INCLUDES)
+ 
+ include_HEADERS = cpl_dfs.h
diff --git a/debian/patches/series b/debian/patches/series
index 99b788b..d633d64 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ disable_some_tests.patch
 no_compiletime_cpucheck.patch
 fix_required_versions.patch
 fix-table-null-val.patch
+fortify.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl.git



More information about the debian-science-commits mailing list