From 4a6b73a649b7934f487ec3fdef161ed116f01a29 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Wed, 5 Apr 2017 09:33:17 -0500 Subject: [PATCH] Corrected dependencies (libattr rather than attr) --- Makefile | 2 +- Makefile.libacl | 2 +- Makefile.libacldev | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e656f8d..64c5e95 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ export ARCH = x86_64 export URL = http://savannah.nongnu.org/projects/acl BRIEF = Access control list tools DESC = Commands for Manipulating POSIX Access Control Lists -SNAPVER = 7 +SNAPVER = 8 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') diff --git a/Makefile.libacl b/Makefile.libacl index 72e6787..8173e60 100644 --- a/Makefile.libacl +++ b/Makefile.libacl @@ -8,7 +8,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = attr,glibc +DEPENDS = glibc,libattr BRIEF = Access control list shared library DESC = Shared library for manipulating POSIX Access Control Lists diff --git a/Makefile.libacldev b/Makefile.libacldev index f2db8be..25281c2 100644 --- a/Makefile.libacldev +++ b/Makefile.libacldev @@ -8,6 +8,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +DEPENDS = glibc,libacl,libattr BRIEF = Access control list development library DESC = Development library for manipulating POSIX Access Control Lists