From 114f995a03beab376e8c745d1afc9e9fba0b1bcf Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Thu, 16 Mar 2006 03:13:10 +0000 Subject: [PATCH] Stefan Fiedler: gpm: don't duplicate some ncurses symbols in the gpm shared library so ncurses can be built with gpm support. This is actually recommended in the ncurses FAQ: http://invisible-island.net/ncurses/ncurses.faq.html#using_gpm_lib Index: package/base/gpm/gpm.conf =================================================================== [2006011620441211364] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7219 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/gpm/gpm.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/base/gpm/gpm.conf b/package/base/gpm/gpm.conf index 77fc1ebd8..3c7b7719c 100644 --- a/package/base/gpm/gpm.conf +++ b/package/base/gpm/gpm.conf @@ -35,3 +35,8 @@ EOT makeopt="$makeopt LDFLAGS=-lm" hook_add postmake 3 "gpm_pm" +# Don't duplicate some ncurses symbols in the gpm shared library, +# so ncurses can be built with gpm support. +# Read http://invisible-island.net/ncurses/ncurses.faq.html#using_gpm_lib +# for details. +var_append extraconfopt " " "--without-curses"