Projects
Essentials
x265
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
x265.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Dec 8 04:53:31 UTC 2014 - crrodriguez@opensuse.org + +- Ensure we use the proper CXXFLAGS, CFLAGS and therefore + debuginfo packages are generated correctly. + +------------------------------------------------------------------- Sat Oct 4 15:24:23 UTC 2014 - aloisio@gmx.com - Bumped to version hg20140928
View file
x265.spec
Changed
@@ -50,12 +50,15 @@ cd - %define FAKE_BUILDDATE %(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') sed -i -e "s/0.0/%{soname}.0/g" ../../source/cmake/version.cmake -cmake -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TESTS=ON -G "Unix Makefiles" ../../source -cmake -DCMAKE_INSTALL_PREFIX=/usr ../../source + %build +export CXXFLAGS="%optflags" +export CFLAGS="%optflags" +cmake -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TESTS=ON -G "Unix Makefiles" ../../source +cmake -DCMAKE_INSTALL_PREFIX=/usr ../../source #./make-Makefiles.bash -make %{?_smp_mflags} +make %{?_smp_mflags} VERBOSE=1 %install %makeinstall
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.