[med-svn] [transtermhp] 01/03: hardening
Fabian Klötzl
kloetzl-guest at moszumanska.debian.org
Tue Feb 23 20:03:16 UTC 2016
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 <debian-med-packaging at lists.alioth.debian.org>
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
More information about the debian-med-commit
mailing list