[singular] 01/04: sed rid of no-rtti

felix salfelder felix-guest at alioth.debian.org
Sat Sep 14 19:43:54 UTC 2013


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master-3-1-5
in repository singular.

commit 6f269ae9af3c066c19c8c125455ad0c423d630db
Author: Felix Salfelder <felix at salfelder.org>
Date:   Sat Sep 14 20:50:07 2013 +0200

    sed rid of no-rtti
---
 debian/rules |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 28be6f2..cc3a6cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -177,6 +177,8 @@ configure-stamp:
 	# ncurses or termcap is only needed for the internal readline not available with glibc:
 	sed	-e 's# *-lncurses##' -e 's# *-ltermcap##' \
 		-i Singular/Makefile
+	# linking doesnt work without rtti
+	sed	-e '/CXXFLAGS/s#--no-rtti##g' -i Singular/Makefile
 	# only called by the library, no need to link binaries against
 	sed	-e '/^LIBS\>/s# *-lnsl##' \
 		-e '/^LIBS\>/s# *-lntl##' \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/singular.git



More information about the debian-science-commits mailing list