[med-svn] [kmc] 02/03: Drop -m64 option
Andreas Tille
tille at debian.org
Tue Jul 28 06:14:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository kmc.
commit 77862349452ac06f44cf481e1fefd7ce3c751cca
Author: Andreas Tille <tille at debian.org>
Date: Tue Jul 28 08:05:01 2015 +0200
Drop -m64 option
---
debian/changelog | 2 ++
debian/patches/remove-embedded-libraries-from-makefile | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c934229..12c744b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ kmc (2.0+dfsg-2) UNRELEASED; urgency=medium
* Set BOOST_LIB path fit for any arch
Closes: #793843
+ * Drop -m64 option
+ Closes: #793835
-- Andreas Tille <tille at debian.org> Tue, 28 Jul 2015 07:51:50 +0200
diff --git a/debian/patches/remove-embedded-libraries-from-makefile b/debian/patches/remove-embedded-libraries-from-makefile
index e39ec14..c8e4b64 100644
--- a/debian/patches/remove-embedded-libraries-from-makefile
+++ b/debian/patches/remove-embedded-libraries-from-makefile
@@ -11,7 +11,7 @@ Index: b/makefile
CC = g++
-CFLAGS = -Wall -O3 -m64 -static -fopenmp -std=c++11 -I $(BOOST_H)
-CLINK = -lm -static -fopenmp -O3 -std=c++11
-+CFLAGS = -Wall -O3 -m64 -fopenmp -std=c++11 -I $(BOOST_H)
++CFLAGS = -Wall -O3 -fopenmp -std=c++11 -I $(BOOST_H)
+CLINK = -lm -fopenmp -O3 -std=c++11
.cpp.o:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmc.git
More information about the debian-med-commit
mailing list