Hrvoje Senjan 2014-07-27 01:13:22 +00:00 committed by Git OBS Bridge
parent b80948ef36
commit 2855e9addd
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Sun Jul 27 01:07:34 UTC 2014 - hrvoje.senjan@gmail.com
- Added fpie.patch: add -(f)pie link flags to start_kdeinit target
(also stop passing those flags to cmake cmdline)
- Added more_verbose.patch: add more usefull verbosity to kdeinit5
and klauncher

View File

@ -71,7 +71,7 @@ booting UNIX. Development files.
%patch1 -p1
%build
%cmake_kf5 -d build -- -DCMAKE_CXX_FLAGS="%{optflags} -fpie" -DCMAKE_C_FLAGS="%{optflags} -fpie" -DCMAKE_SHARED_LINKER_FLAGS="-pie" -DCMAKE_EXE_LINKER_FLAGS="-pie" -DCMAKE_MODULE_LINKER_FLAGS="-pie"
%cmake_kf5 -d build
%make_jobs
%install