From e4d2903a536e9aa596364c564b89fb33676a3bfe Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Mon, 13 Mar 2006 12:14:44 +0000 Subject: [PATCH] Stefan Fiedler: wavemon: fix linkage to static ncurses that dynamically links to libgpm Index: package/esden/wavemon/wavemon.conf =================================================================== [2006011822344809913] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7150 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/esden/wavemon/wavemon.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package/esden/wavemon/wavemon.conf diff --git a/package/esden/wavemon/wavemon.conf b/package/esden/wavemon/wavemon.conf new file mode 100644 index 000000000..b06a18a56 --- /dev/null +++ b/package/esden/wavemon/wavemon.conf @@ -0,0 +1,3 @@ +# the following is needed to link against a static ncurses library +# that dynamically links to libgpm +var_append configprefix " " "LDFLAGS=\"\$LDFLAGS -ldl\""