[Pkg-jed-commit] [SCM] Debian packaging of JED branch, jo-after-upstream-fixes, updated. 1%3A0.99.18+dfsg.1-10-188-g1328cf1

Jörg Sommer joerg at alea.gnuu.de
Mon May 26 20:15:53 UTC 2008


The following commit has been merged in the jo-after-upstream-fixes branch:
commit 1328cf106f46f420d3d9b6fc3e2c930e1641f7b0
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sun May 18 02:19:05 2008 +0200

    Remove mangling of DL_LIB
    
    Upstream cleaned up the library detection for dlopen which removes the
    need to reset DL_LIB to remove the unneeded dependency of the ELF file on
    libdl.

diff --git a/debian/rules b/debian/rules
index f8d020b..e34aaf3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,11 +44,10 @@ build-stamp: config.status
         # right of unnecessary dependencies on libraries.
         # http://rerun.lefant.net/checklib/
         #
-        # DL_LIB introduces a dependency on libdl that is already solved by
-        # libc. OTHERLIBS introduces a dependency on libm that is also solved
+        # OTHERLIBS introduces a dependency on libm that is also solved
         # by libc. XRENDERFONTLIBS fixes a problem with libxft-dev that defines
         # libfontconfig.
-	$(MAKE) DL_LIB="" OTHERLIBS=-lutil XRENDERFONTLIBS=-lXft jed xjed # getmail
+	$(MAKE) OTHERLIBS=-lutil XRENDERFONTLIBS=-lXft jed xjed # getmail
 
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	$(MAKE) -C src runtests

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list