[med-svn] [deepnano] 01/04: Add CFLAGS
    Andreas Tille 
    tille at debian.org
       
    Wed Feb 22 08:00:03 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository deepnano.
commit 832721e7c5a297147f57bf0ec7f1a313d61bf232
Author: Andreas Tille <tille at debian.org>
Date:   Wed Feb 22 08:55:57 2017 +0100
    Add CFLAGS
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 102edf4..91b5550 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 override_dh_auto_build:
 	dh_auto_build
 	markdown_py -f README.html README.md
-	g++ $(CPPFLAGS) $(LDFLAGS) -std=gnu++0x align_2d.cc -o align_2d
-	g++ $(CPPFLAGS) $(LDFLAGS) -std=gnu++0x training/realign.cc -o realign
+	g++ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -std=gnu++0x align_2d.cc -o align_2d
+	g++ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -std=gnu++0x training/realign.cc -o realign
 
 override_dh_fixperms:
 	dh_fixperms
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/deepnano.git
    
    
More information about the debian-med-commit
mailing list