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

kloetzl-guest pushed a commit to branch patch-queue/master
in repository transtermhp.

commit f32bbff86130cf6b8f6fb1a8fe49b9f24abadbf1
Author: Debian Med Packaging Team <[email protected]>
Date:   Tue Feb 23 18:43:46 2016 +0000

    hardening
    
    
    Gbp-Pq: Name hardening.patch
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6fe27dd..4e3ea8c 100644
--- a/Makefile
+++ b/Makefile
@@ -45,10 +45,10 @@ CXXFLAGS = -g -O3 -Wall -pedantic
 all: transterm 2ndscore
 
 transterm: $(OBJ) 
-       $(CXX) $(CXXFLAGS) -o $@ $^
+       $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS)
 
 2ndscore: $(SECONDARY_OBJ)
-       $(CXX) $(CXXFLAGS) -o $@ $^
+       $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS)
 
 clean: no_obj
        rm -f transterm 2ndscore core.*

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

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to