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

Bernhard R. Link brlink at debian.org
Sun Feb 19 20:34:16 UTC 2012


The following commit has been merged in the debian branch:
commit 135ce5a283b0c913d2722c86fa55fffa2e22f4db
Author: Bernhard R. Link <brlink at debian.org>
Date:   Sun Feb 19 21:34:41 2012 +0100

    proper linker search flags when linking libsingular

diff --git a/debian/rules b/debian/rules
index 944874e..3d3196f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,7 +142,7 @@ configure-stamp:
 build build-arch: build-stamp
 
 build-stamp: configure-stamp
-	$(MAKE)
+	$(MAKE) LIBSINGULAR_LD='$(CXX) $(LDFLAGS) -L../omalloc'
 	touch $@
 
 install: build-stamp

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list