Explorar o código

libunwind: Add MIPS64 dep check

libunwind dependency check does not allow for MIPS64 arch.  Add MIPS64 awareness.

libunwind seems to support MIPS64 without issues, it was limited by the dep arch
check in the Makefile.

Used to compile Suricata6/Rust locally without issue.

Signed-off-by: Donald Hoskins <[email protected]>
Donald Hoskins %!s(int64=4) %!d(string=hai) anos
pai
achega
ea6d4bdde2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/libs/libunwind/Makefile

+ 1 - 1
package/libs/libunwind/Makefile

@@ -32,7 +32,7 @@ define Package/libunwind
   CATEGORY:=Libraries
   CATEGORY:=Libraries
   TITLE:=The libunwind project
   TITLE:=The libunwind project
   URL:=http://www.nongnu.org/libunwind/
   URL:=http://www.nongnu.org/libunwind/
-  DEPENDS:=@((mips||mipsel||x86_64||arm||aarch64)||(USE_GLIBC&&(powerpc||i386))) +zlib
+  DEPENDS:=@((mips||mipsel||mips64||x86_64||arm||aarch64)||(USE_GLIBC&&(powerpc||i386))) +zlib
   ABI_VERSION:=8
   ABI_VERSION:=8
 endef
 endef