From a1561bd9b8401007fa7a5c4fa1e6744df43ff5e6 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 24 Dec 2005 15:22:41 +0000 Subject: [PATCH] Clifford Wolf: Hotfixed w3m (-lgcc_s) [2005122015070520631] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6929 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/esden/w3m/w3m.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/esden/w3m/w3m.conf b/package/esden/w3m/w3m.conf index c41621b7b..74a065937 100644 --- a/package/esden/w3m/w3m.conf +++ b/package/esden/w3m/w3m.conf @@ -21,3 +21,8 @@ # --- ROCK-COPYRIGHT-NOTE-END --- var_append extraconfopt ' ' "--enable-gopher" + +# this is an ugly hack. for some reason the default "--as-needed -lgcc_s +# --no-as-needed" does not include gcc_s when it is needed... +var_append GCC_WRAPPER_INSERT ' ' '-lgcc_s' +