mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
More merge fixes
This test was missing from the origional merge
This commit is contained in:
Vendored
+8
-9
@@ -224,10 +224,9 @@ AC_DEFUN([AC_PACKAGE_NEED_UUIDCOMPARE],
|
|||||||
AC_SUBST(libuuid)
|
AC_SUBST(libuuid)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
AC_DEFUN([AC_PACKAGE_NEED_SYS_ACL_H],
|
||||||
AC_DEFUN([AC_PACKAGE_NEED_XFS_LIBXFS_H],
|
[ AC_CHECK_HEADERS([sys/acl.h])
|
||||||
[ AC_CHECK_HEADERS([xfs/libxfs.h])
|
if test "$ac_cv_header_sys_acl_h" != "yes"; then
|
||||||
if test "$ac_cv_header_xfs_libxfs_h" != "yes"; then
|
|
||||||
echo
|
echo
|
||||||
echo 'FATAL ERROR: sys/acl.h does not exist.'
|
echo 'FATAL ERROR: sys/acl.h does not exist.'
|
||||||
echo 'Install the access control lists (acl) development package.'
|
echo 'Install the access control lists (acl) development package.'
|
||||||
@@ -262,12 +261,12 @@ AC_DEFUN([AC_PACKAGE_NEED_LIBXFSINIT_LIBXFS],
|
|||||||
AC_SUBST(libxfs)
|
AC_SUBST(libxfs)
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_DEFUN([AC_PACKAGE_NEED_ATTRLIST_LIBHANDLE],
|
AC_DEFUN([AC_PACKAGE_NEED_ACLINIT_LIBACL],
|
||||||
[ AC_CHECK_LIB(handle, attr_list_by_handle,, [
|
[ AC_CHECK_LIB(acl, acl_init,, [
|
||||||
echo
|
echo
|
||||||
echo 'FATAL ERROR: could not find a current XFS handle library.'
|
echo 'FATAL ERROR: could not find a valid Access Control List library.'
|
||||||
echo 'Install or upgrade the XFS library package.'
|
echo 'Install either the libacl (rpm) or the libacl1 (deb) package.'
|
||||||
echo 'Alternatively, run "make install-dev" from the xfsprogs source.'
|
echo 'Alternatively, run "make install-lib" from the acl source.'
|
||||||
exit 1
|
exit 1
|
||||||
])
|
])
|
||||||
libacl="-lacl"
|
libacl="-lacl"
|
||||||
|
|||||||
@@ -45,12 +45,6 @@ TARGETS += $(LINUX_TARGETS)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_DB), true)
|
ifeq ($(HAVE_DB), true)
|
||||||
TARGETS = alloc acl_get bstat devzero dirstress fault feature \
|
|
||||||
fill fill2 getpagesize holes xfsctl loggen lstat64 \
|
|
||||||
nametest permname randholes runas truncfile usemem \
|
|
||||||
fstest mmapcat append_reader append_writer \
|
|
||||||
dirperf metaperf
|
|
||||||
ifeq ($(ENABLE_DBM), yes)
|
|
||||||
TARGETS += dbtest
|
TARGETS += dbtest
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user