mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
24 lines
758 B
Diff
24 lines
758 B
Diff
Patch-Source: https://github.com/notroj/cadaver/commit/2433126db25ffd38dc11ef847614e479141cc229.patch
|
|
--
|
|
From 2433126db25ffd38dc11ef847614e479141cc229 Mon Sep 17 00:00:00 2001
|
|
From: Arnaud Rebillout <arnaudr@kali.org>
|
|
Date: Mon, 26 Feb 2024 10:12:22 +0700
|
|
Subject: [PATCH] Add support for neon 33 in configure.ac
|
|
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 3ca7151..a009f4a 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -35,7 +35,7 @@ AS_HELP_STRING([--disable-netrc],[enable .netrc support]),,
|
|
|
|
NEON_WITH_LIBS
|
|
|
|
-NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32])
|
|
+NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32 33])
|
|
|
|
dnl Don't enable zlib or ACL support in neon
|
|
NEON_WITHOUT_ZLIB
|