From f2d637189f904d5428c560022f4874d597ed75eca7019c1a4c30c9235b65909f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 17 Apr 2012 12:01:38 +0000 Subject: [PATCH] Don't need this workaround anymore OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=102 --- zsh.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsh.spec b/zsh.spec index 3c8ec05..8b8006c 100644 --- a/zsh.spec +++ b/zsh.spec @@ -109,11 +109,7 @@ perl -p -i -e 's|/usr/local/bin|%{_bindir}|' \ --enable-cap \ --enable-multibyte \ --enable-pcre \ -%if 0%{?suse_version} >= 1220 - --with-term-lib="ncursesw tinfo" \ -%else --with-term-lib="ncursesw" \ -%endif --enable-cflags="%{optflags} %(ncursesw6-config --cflags)" \ --enable-ldflags="%(ncursesw6-config --libs)"