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

Bernhard R. Link brlink at debian.org
Sun Mar 4 17:12:42 UTC 2012


The following commit has been merged in the debian branch:
commit d154cbf0957d867b9dbc99a0b1a1b5bda01cf07e
Author: Bernhard R. Link <brlink at debian.org>
Date:   Sun Mar 4 17:51:19 2012 +0100

    use $(CXX) as LD, so that plugins generated get linked against libc and other standard libraries

diff --git a/debian/rules b/debian/rules
index 7324453..f2bc172 100755
--- a/debian/rules
+++ b/debian/rules
@@ -175,7 +175,7 @@ build build-arch: build-stamp
 EXAMPLE_EXCLUDE=-exclude MP -exclude gfan -exclude normaliz -exclude sing4ti2 -exclude memory -exclude dynlib
 
 build-stamp: configure-stamp
-	$(MAKE) LIBSINGULAR_LD='$(CXX) $(LDFLAGS) -L../omalloc' LD_DYN_FLAGS2='' DL_LIBSG='' GLIBC_DYN_FIX="-lc"
+	$(MAKE) LD='$(CXX)' LIBSINGULAR_LD='$(CXX) $(LDFLAGS) -L../omalloc' LD_DYN_FLAGS2='' DL_LIBSG='' GLIBC_DYN_FIX="-lc"
 	$(MAKE) -C Singular libparse
 	cd Singular && ln -sf ../kernel/p_*.so .
 	SINGULAR_BIN_DIR=$(CURDIR)/Singular \

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list