[Pkg-jed-commit] [SCM] Debian packaging of JED branch, upstream-fixes, updated. 456f22085fafbdc310fed2c33a99d3d5c7476d36

Jörg Sommer joerg at alea.gnuu.de
Thu Nov 19 13:01:19 UTC 2009


The following commit has been merged in the upstream-fixes branch:
commit 4f0c38503694ace5174ae1bf6c7c0bc4b1d20454
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Thu May 29 22:22:46 2008 +0200

    Remove linker option -lm
    
    The library math is not used by Jed. So we don't need to link with it.

diff --git a/src/Makefile.in b/src/Makefile.in
index 00d5ffc..dad64e0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -88,7 +88,7 @@ XINCLUDE = @X_CFLAGS@
 X_XTRA_LIBS = @X_EXTRA_LIBS@
 
 # Anything else???
-OTHERLIBS = @LIBS@ -lm
+OTHERLIBS = @LIBS@
 
 #---------------------------------------------------------------------------
 # There should be no need to modify anything below here.

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list