[SCM] library of programs for modular symbols and elliptic curves over Q branch, master, updated. upstream/2012-06-01-4-g304e9b9

Julien Puydt julien.puydt at laposte.net
Tue Jun 12 13:45:41 UTC 2012


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

    Don't overwrite LDFLAGS -- use DEB_LDFLAGS_MAINT_APPEND instead

diff --git a/debian/rules b/debian/rules
index 3cede32..8603f87 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
 export ACLOCAL_M4=.
 
 %:

-- 
library of programs for modular symbols and elliptic curves over Q



More information about the debian-science-commits mailing list