Files
haikuports/app-arch/libarchive/patches/libarchive-3.3.2.patchset
2017-07-13 18:31:46 +02:00

23 lines
660 B
Plaintext

From 65ee3296850e9ed3dbca4a58cc22aeb19b3e77c8 Mon Sep 17 00:00:00 2001
From: Chris Roberts <cpr420@gmail.com>
Date: Sat, 26 Oct 2013 18:36:43 -0600
Subject: Check libgnu for xattr functions on Haiku
diff --git a/configure.ac b/configure.ac
index ba3cfda..ffbc1ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -682,7 +682,7 @@ AC_ARG_ENABLE([xattr],
[Disable Extended Attributes support (default: check)]))
if test "x$enable_xattr" != "xno"; then
- AC_SEARCH_LIBS([setxattr], [attr])
+ AC_SEARCH_LIBS([setxattr], [attr gnu])
AC_CHECK_DECLS([EXTATTR_NAMESPACE_USER], [], [], [#include <sys/types.h>
#include <sys/extattr.h>
])
--
2.12.2