[med-svn] [SCM] ray branch, master, updated. 57986b3f63d0eb9537ceece13eddb137ec158a91

Sébastien Boisvert sebastien.boisvert.3 at ulaval.ca
Wed Nov 14 01:21:10 UTC 2012


The following commit has been merged in the master branch:
commit e26e9adbb27a3ff06e7f0fdac8e7303e2bd7d581
Author: Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca>
Date:   Tue Nov 13 19:12:53 2012 -0500

    Fixed W: ray: hardening-no-fortify-functions usr/bin/Ray
    
    Signed-off-by: Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca>

diff --git a/debian/rules b/debian/rules
index 01e4b42..d49da74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
 CXXFLAGS=$(shell dpkg-buildflags --get CXXFLAGS)
+CXXFLAGS+=$(CPPFLAGS)
 CXXFLAGS+=-I. -I../RayPlatform -DHAVE_LIBZ -DHAVE_LIBBZ2 
 CXXFLAGS+=-DRAY_VERSION=\\\\\\\"2.1.0\\\\\\\" 
 

-- 
Packaging of Ray in Debian



More information about the debian-med-commit mailing list