[SCM] an open source computer algebra system branch, debian, updated. b2b90ba5c54b783d13da376b15ceb574ac61ff52

Felix Salfelder felix at salfelder.org
Mon Feb 27 18:45:08 UTC 2012


The following commit has been merged in the debian branch:
commit bd8b86f7e54765a3d7932826c2696fb2b9b668e9
Author: Bernhard R. Link <brlink at debian.org>
Date:   Fri Feb 24 08:58:16 2012 +0100

    move -D flag to CPPFLAGS

diff --git a/debian/rules b/debian/rules
index 81b5ee9..7aac6bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -131,8 +131,8 @@ configure-stamp:
 	cp -f /usr/share/misc/config.sub config.sub
 	echo $(VERSION) > VERSION
 	CFLAGS="$(CFLAGS) -fPIC" \
-	CXXFLAGS="$(CXXFLAGS) -DMAKE_DISTRIBUTION -fPIC" \
-	CPPFLAGS="$(CPPFLAGS) -I../omalloc -I$(CURDIR)/factory" \
+	CXXFLAGS="$(CXXFLAGS) -fPIC" \
+	CPPFLAGS="$(CPPFLAGS) -DMAKE_DISTRIBUTION -I../omalloc -I$(CURDIR)/factory" \
 	LDFLAGS="$(LDFLAGS) -L$(CURDIR)/factory -L$(CURDIR)/libfac -L$(CURDIR)/omalloc" \
 	enable_NTL=no \
 	./configure $(DEB_CONFIGURE_EXTRA_FLAGS)

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list