Browse Source

Force RPM to use our own curses installation.

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
97564c8c99
  1. 2
      xine-ui/xine-ui.spec

2
xine-ui/xine-ui.spec

@ -75,7 +75,7 @@ AutoReqProv: no
--with-curses \
--with-curl-prefix=%{l_prefix} \
--with-png-prefix=%{l_prefix}
%{l_make} %{l_mflags -O}
%{l_make} %{l_mflags -O} CPPFLAGS="%{l_cppflags ncurses}"
%install
rm -rf $RPM_BUILD_ROOT

Loading…
Cancel
Save