[Pkg-jed-commit] [SCM] Debian packaging of JED branch, jo-upstream-fixes, updated. 9f0b76fa0fa7c5b1ea25350f4c285441efee9117

Jörg Sommer joerg at alea.gnuu.de
Thu May 29 22:59:56 UTC 2008


The following commit has been merged in the jo-upstream-fixes branch:
commit 60d92812cb1493074ee230bdbaef558c33056986
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 9b4dabe..3a33488 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -90,7 +90,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