[SCM] library for LLL-reduction of Euclidean lattices branch, master, updated. upstream/4.0.0-5-g8d9d3b4

Julien Puydt julien.puydt at laposte.net
Tue Jun 12 13:14:43 UTC 2012


The following commit has been merged in the master branch:
commit 8d9d3b45bef3bb65d6350b83efc8e14583d93466
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Jun 12 15:09:26 2012 +0200

    Don't overwrite LDFLAGS -- use DEB_LDFLAGS_MAINT_APPEND

diff --git a/debian/rules b/debian/rules
index 50b7a1a..9304a7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-export LDFLAGS=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 %:
 	dh $@ --with autoreconf

-- 
library for LLL-reduction of Euclidean lattices



More information about the debian-science-commits mailing list