https://bugzilla.rpmfusion.org/show_bug.cgi?id=3551

--- Comment #5 from Richard <[email protected]> 2015-02-24 15:28:44 CET ---
fedora-review is giving me some errors so it's not checking everything but a
couple of things I noticed in the spec:

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"

%cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
       -DUSE_STATIC_BOOST=OFF \
       -DBUILD_SHARED_LIBS=OFF

The %cmake macro already sets the optflags for CFLAGS and CXXFLAGS so that
should not be necessary. Additionally it sets CMAKE_INSTALL_PREFIX.

Look at "rpm -E %cmake" to see what I mean. It would be odd if had to add these
to get the proper behavior.

-- 
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.
You are the assignee for the bug.

Reply via email to