Skip to content

Instantly share code, notes, and snippets.

@Gottox
Created October 15, 2018 11:09
Show Gist options
  • Save Gottox/a8a144884d9b7596df65f9fedc9de947 to your computer and use it in GitHub Desktop.
Save Gottox/a8a144884d9b7596df65f9fedc9de947 to your computer and use it in GitHub Desktop.
diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template
index f96b3866f6..aef93bd741 100644
--- a/srcpkgs/i2pd/template
+++ b/srcpkgs/i2pd/template
@@ -14,7 +14,7 @@ checksum=87649a1963b1d1b8f9424c0bccbdf6bbde0bb87db8dcf0b5c61f4c7f13181b86
system_accounts="_i2pd"
case "${XBPS_TARGET_MACHINE}" in
- aarch64*|armv*|mips*) make_build_args+=" USE_AESNI=no USE_AVX=no" ;;
+ i686*|aarch64*|armv*|mips*) make_build_args+=" USE_AESNI=no USE_AVX=no" ;;
esac
case "${XBPS_TARGET_MACHINE}" in
armv[56]*|mips*) makedepends+=" libatomic-devel"; LDFLAGS="-latomic" ;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment