[Bug 575005] Review Request: zinnia-tomoe - Online hand recognition system with machine learning

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 19 06:16:52 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=575005

--- Comment #4 from Chen Lei <supercyper at 163.com> 2010-03-19 02:16:46 EDT ---
This package is noarch. I think maybe you can use ./configure instead of
%configure macro by passing an argument --libdir=%{_datadir} to cheat it. 


CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; 
  CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; 
  FFLAGS="${FFLAGS:-%optflags -I%_fmoddir}" ; export FFLAGS ; 
  ./configure --build=%{_build} --host=%{_host} \
 --target=%{_target_platform} \
 --program-prefix=%{?_program_prefix} \
 --prefix=%{_prefix} \
 --exec-prefix=%{_exec_prefix} \
 --bindir=%{_bindir} \
 --sbindir=%{_sbindir} \
 --sysconfdir=%{_sysconfdir} \
 --datadir=%{_datadir} \
 --includedir=%{_includedir} \
 --libdir=%{_datadir} \
 --libexecdir=%{_libexecdir} \
 --localstatedir=%{_localstatedir} \
 --sharedstatedir=%{_sharedstatedir} \
 --mandir=%{_mandir} \
 --infodir=%{_infodir}

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list