Guest User

Untitled

a guest
Oct 15th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template
  2. index f96b3866f6..aef93bd741 100644
  3. --- a/srcpkgs/i2pd/template
  4. +++ b/srcpkgs/i2pd/template
  5. @@ -14,7 +14,7 @@ checksum=87649a1963b1d1b8f9424c0bccbdf6bbde0bb87db8dcf0b5c61f4c7f13181b86
  6. system_accounts="_i2pd"
  7.  
  8. case "${XBPS_TARGET_MACHINE}" in
  9. - aarch64*|armv*|mips*) make_build_args+=" USE_AESNI=no USE_AVX=no" ;;
  10. + i686*|aarch64*|armv*|mips*) make_build_args+=" USE_AESNI=no USE_AVX=no" ;;
  11. esac
  12. case "${XBPS_TARGET_MACHINE}" in
  13. armv[56]*|mips*) makedepends+=" libatomic-devel"; LDFLAGS="-latomic" ;;
Add Comment
Please, Sign In to add comment