about summary refs log tree commit diff
path: root/pkgs/applications/networking/pjsip/fix-aarch64.patch
blob: 1680bde707ca481b2c5a40e229fd211bc753a76a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/aconfigure
+++ b/aconfigure
@@ -9174,6 +9174,10 @@
				 ac_webrtc_instset=neon
				 ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
			    	 ;;
+                             arm64*|aarch64*)
+                                 ac_webrtc_instset=neon
+                                 ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
+                                 ;;
                              *)
                                  ac_webrtc_instset=sse2
                                  ;;