From 82113e953f82264bd626720355f9213ce02c0195 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Mon, 13 Mar 2006 12:08:17 +0000 Subject: [PATCH] Stefan Fiedler: dpkg: fix linkage to static ncurses that dynamically links to libgpm Index: package/tibit/dpkg/dpkg.conf =================================================================== [2006011809260410694] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7141 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/tibit/dpkg/dpkg.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/tibit/dpkg/dpkg.conf b/package/tibit/dpkg/dpkg.conf index 62c7e653b..dec451372 100644 --- a/package/tibit/dpkg/dpkg.conf +++ b/package/tibit/dpkg/dpkg.conf @@ -23,3 +23,6 @@ confopt="$confopt --without-sgml-doc --without-start-stop-daemon" +# the following is needed to link against a static ncurses library +# that dynamically links to libgpm +var_append configprefix " " "CURSES_LIBS=\"\$CURSES_LIBS -ldl\""