Don't need this workaround anymore

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=102
This commit is contained in:
Ismail Dönmez 2012-04-17 12:01:38 +00:00 committed by Git OBS Bridge
parent 683b947f3f
commit f2d637189f

View File

@ -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)"