[SCM] libquantum -- library for the simulation of a quantum computer branch, master, updated. upstream/1.1.0-18-gb73e723
Boris Pek
tehnick-8 at yandex.ru
Wed Mar 6 20:36:46 UTC 2013
The following commit has been merged in the master branch:
commit 685fb75a80042ed0a34fa93fac61da9a3f1ba76a
Author: Boris Pek <tehnick-8 at yandex.ru>
Date: Wed Mar 6 21:52:09 2013 +0200
Update debian/patches/add-hardening-flags-to-compiler-options.
diff --git a/debian/patches/add-hardening-flags-to-compiler-options b/debian/patches/add-hardening-flags-to-compiler-options
index 99f876a..ea3fe8d 100644
--- a/debian/patches/add-hardening-flags-to-compiler-options
+++ b/debian/patches/add-hardening-flags-to-compiler-options
@@ -1,15 +1,15 @@
Description: Add hardening flags to compiler options
Author: Boris Pek <tehnick-8 at mail.ru>
-Last-Update: 2012-08-31
+Last-Update: 2013-03-06
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,7 +49,7 @@
# Flags passed to C compiler
- CFLAGS=@CFLAGS@
--LDFLAGS=-rpath $(LIBDIR) -version-info 7:0:0
-+LDFLAGS=@LDFLAGS@ -rpath $(LIBDIR) -version-info 7:0:0
+ CFLAGS=@CFLAGS@ @OPENMP_CFLAGS@
+-LDFLAGS=-rpath $(LIBDIR) -version-info 8:0:0
++LDFLAGS=@LDFLAGS@ -rpath $(LIBDIR) -version-info 8:0:0
# Dependencies
--
libquantum -- library for the simulation of a quantum computer
More information about the debian-science-commits
mailing list