summary refs log blame commit diff
path: root/pkgs/applications/networking/pjsip/fix-aarch64.patch
blob: 1680bde707ca481b2c5a40e229fd211bc753a76a (plain) (tree)
1
2
3
4
5
6

                



                                                                       






                                                                        
--- 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
                                  ;;