mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 15:20:07 +02:00
23 lines
660 B
Plaintext
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
|
|
|