https://bugzilla.rpmfusion.org/show_bug.cgi?id=3251
--- Comment #19 from MartinKG <mgansser(a)alice.de> 2014-05-28 16:41:45 CEST ---
--libdir=%{_libdir} wasn't accepted as configure option, should i drop this
option ?
+ ./configure --enable-x11 --enable-fb --enable-vdr --enable-libxine
--libdir=/usr/lib64 --debug VDRDIR=/usr/lib64/vdr VDRINCDIR=/usr/include
LOCALEDIR=./locale XINELIBOUTPUT_FB=1 XINELIBOUTPUT_X11=1
XINELIBOUTPUT_VDRPLUGIN=1 XINELIBOUTPUT_XINEPLUGIN=1
unknown option --libdir=/usr/lib64
configure section looks now as following:
./configure \
--enable-x11 \
--enable-fb \
--enable-vdr \
--enable-libxine \
--libdir=%{_libdir} \
--debug \
%if !%{have_bluray}
--disable-libbluray \
%endif
VDRDIR=%{vdr_plugindir} \
VDRINCDIR=%{_includedir} \
LOCALEDIR=./locale \
XINELIBOUTPUT_FB=1 \
XINELIBOUTPUT_X11=1 \
XINELIBOUTPUT_VDRPLUGIN=1 \
XINELIBOUTPUT_XINEPLUGIN=1
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.