[ug] 04/05: debian/rules: Update configure flags.
Ansgar Burchardt
ansgar at moszumanska.debian.org
Mon May 11 10:22:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
ansgar pushed a commit to branch master
in repository ug.
commit 9a8a1780c27cd369db1c4f63037e8bf24fddaae2
Author: Ansgar Burchardt <burchardt at igpm.rwth-aachen.de>
Date: Mon May 11 12:15:53 2015 +0200
debian/rules: Update configure flags.
UG now uses the system heap by default. Also the source files are now
C++ and overriding the compiler is no longer needed.
---
debian/rules | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 988e7de..4d2417e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,7 @@
CONFIGURE_FLAGS := \
--enable-dune \
--enable-shared \
- --disable-static \
- --enable-system-heap \
- CC=g++
+ --disable-static
%:
dh $@ --with autoreconf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ug.git
More information about the debian-science-commits
mailing list