From 44fb32855b5baf4e55af371c891bb7767d14a3cd Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 5 Nov 2010 17:41:34 +0100 Subject: [PATCH] fix building with new libXaw --- xterm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xterm.spec b/xterm.spec index 69c4dc5..84c9a8c 100644 --- a/xterm.spec +++ b/xterm.spec @@ -51,6 +51,8 @@ done --with-tty-group=tty \ --disable-full-tgetent +sed -i 's|^LIBS.*$|\0 -lXmu|' Makefile + make %{?_smp_mflags} %install @@ -84,8 +86,9 @@ rm -rf $RPM_BUILD_ROOT %{x11_app_defaults_dir}/XTerm* %changelog -* Tue Nov 02 2010 Miroslav Lichvar 266-1 +* Fri Nov 05 2010 Miroslav Lichvar 266-1 - update to 266 +- fix building with new libXaw * Mon Oct 18 2010 Miroslav Lichvar 264-1 - update to 264