Browse Source

Merge pull request #611 from the2masters/btrfs-progs-compile-fix

btrfs-progs: add libacl as compile time dependency
Daniel Golle 10 years ago
parent
commit
4ae61ef936
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      utils/btrfs-progs/Makefile

+ 1
- 0
utils/btrfs-progs/Makefile View File

@@ -22,6 +22,7 @@ PKG_LICENSE_FILES:=COPYING
22 22
 
23 23
 PKG_INSTALL:=1
24 24
 PKG_BUILD_PARALLEL:=1
25
+PKG_BUILD_DEPENDS:=libacl
25 26
 
26 27
 include $(INCLUDE_DIR)/package.mk
27 28