Advertisement
david_david

qtwebengine5.spec.diff

Apr 12th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Index: qtwebengine5.spec
  2. ===================================================================
  3. --- qtwebengine5.spec (révision 1000696)
  4. +++ qtwebengine5.spec (copie de travail)
  5. @@ -96,6 +96,7 @@
  6. BuildRequires: pkgconfig(minizip)
  7. BuildRequires: pkgconfig(nss)
  8. BuildRequires: pkgconfig(opus)
  9. +BuildRequires: pkgconfig(protobuf)
  10. BuildRequires: pkgconfig(speex)
  11. BuildRequires: pkgconfig(vpx) >= 1.4
  12. BuildRequires: pkgconfig(xcomposite)
  13. @@ -106,10 +107,14 @@
  14. BuildRequires: pkgconfig(xtst)
  15. BuildRequires: pkgconfig(zlib)
  16. BuildRequires: jsoncpp-devel
  17. +BuildRequires: snappy-devel
  18. BuildRequires: git
  19. BuildRequires: gperf
  20. BuildRequires: bison
  21. BuildRequires: yasm-devel
  22. +BuildRequires: re2c
  23. +BuildRequires: ninja
  24.  
  25. #Branch Patchs
  26.  
  27. @@ -197,8 +202,10 @@
  28.  
  29. %build
  30. export STRIP=strip
  31. -export NINJAFLAGS="-v 4"
  32. -export NINJA_PATH=%{_bindir}/ninja-build
  33. +export NINJAFLAGS="-v %{_smp_mflags}"
  34. +export NINJA_PATH=%{_bindir}/ninja
  35. export CXXFLAGS="%{optflags} -fno-delete-null-pointer-checks"
  36. %ifnarch x86_64
  37. # most arches run out of memory with full debuginfo, so use -g1 on non-x86_64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement