[eclib] 01/01: Fix for NTL 6.x support
Julien Puydt
julien.puydt at laposte.net
Tue Aug 26 21:26:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository eclib.
commit c75fd67d962ddd40e3de4ce22b7f6b55a126f66a
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Tue Aug 26 23:20:54 2014 +0200
Fix for NTL 6.x support
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 2e6b03e..3600ebd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export ACLOCAL_M4=.
dh $@ --with autoreconf
override_dh_auto_configure:
- dh_auto_configure -- --disable-allprogs --enable-shared --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
+ dh_auto_configure -- --with-ntl --disable-allprogs --enable-shared --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
override_dh_auto_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eclib.git
More information about the debian-science-commits
mailing list