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

Julien Puydt julien.puydt at laposte.net
Tue Jun 12 13:00:54 UTC 2012


The following commit has been merged in the master branch:
commit dccb2c1f30b60d98a02e53f760eccec4f693e333
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Jun 12 14:43:05 2012 +0200

    Use CPPFLAGS instead of CFLAGS to pass -D_LARGEFILE_SOURCE as suggested by B.R.Link

diff --git a/debian/rules b/debian/rules
index 0faec35..70db39b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-shared --disable-static CFLAGS="$(CFLAGS) -D_LARGEFILE_SOURCE"
+	dh_auto_configure -- --enable-shared --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
 
 override_dh_clean:
 	rm -f src/foo

-- 
library for LLL-reduction of Euclidean lattices



More information about the debian-science-commits mailing list